Assembly: Fore;
The IScheduledTaskChecker interface is used to work with execution conditions of the task performed in scheduled tasks container.
IScheduledTaskChecker
To set up the task performed in scheduled tasks container, use properties and methods of the IScheduledTask interface.
Property name | Brief description | |
CheckMsg | The CheckMsg property returns text of the error occurred on performing the task. | |
Type | The Type property returns task execution condition type. |
Method name | Brief description | |
Check | The Check method sets if the task is performed on occurring the event. |
See also: