IScheduledTaskProperties

Assembly: Fore;

Description

The IScheduledTaskProperties interface contains basic properties and methods that determine task parameters.

Inheritance Hierarchy

IScheduledTaskProperties

Comments

Task parameters can be obtained in the IScheduledTask.Properties property.

Properties

  Property name Brief description
Active The Active property determines the task activity.
Alerts The Alerts property returns the event, on occurring of which the task is executed.
AppendAttachment The AppendAttachment property determines whether it is necessary to attach the calculation result to the message sent by email after executing this example.
Class_ The Class_ property determines the class of the task that is executed in task scheduler.
CopyMailRecipients The CopyMailRecipients property determines the emails, to which blind copy of task completion notification will be sent.
DynamicMailListMacro The DynamicMailListMacro property determines macro name which will create a dynamic list of recipients to send notifications about task completion.
DynamicMailListModule The DynamicMailListModule property determines a development environment object containing implementation of macro, which will create a dynamic list of recipients to send notifications about task completion.
EventId The EventId property determines event identifier.
FtpAddress The FtpAddress property determines the path to the FTP folder, in which the calculated report is saved.
HiddenMailRecipients The HiddenMailRecipients property determines the emails, to which blind copy of task completion notification will be sent.
MailBody The MailBody property determines the message body that informs the user about task completion.
MailRecipients The MailRecipients property determines the emails collection, which are used to sent notifications of task completion.
MailSubject The MailSubject property returns the message subject that informs the user about task completion.
MailTargetType The MailTargetType property determines the type of email, to which the task execution result is to be sent.
ParamValues The ParamValues property determines the values of object parameters that are used during the task execution.
Period The Period property determines a period of the task execution.
Queueing The Queueing property determines whether the task is launched when the previous instance of the same task is not completed.
SendMail The SendMail property determines whether notifications about task completion are sent by e-mail.
UseDynamicMailList The UseDynamicMailList property determines whether recipient list is created dynamically to send task completion results.
UserTag The UserTag property is available only via Fore, it is not used by compiler and can contain any user data.

Methods

  Method name Brief description
CreatePeriod The CreatePeriod method creates an object that contains settings of the task execution period.
LoadParamValues The LoadParamValues method checks if the values of the task parameters are set.

See also:

Fore Assembly Interfaces