Assembly: Fore;
The IScheduledTaskValidationChecker interface is used to set up the validation rule which execution performs the task.
IScheduledTaskValidationChecker
To set up the unit, on occurring of which the task is performed, use the IScheduledTaskModuleChecker interface.
Property name | Brief description | |
Condition | The Condition property determines exception type. | |
ExceptionCount | The ExceptionCount property determines the number of exceptions from the rule. | |
Validation | The Validation property determines the validation rule, on executing of which the task is performed. |
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: