Assembly: Fore;
The IScheduledTaskModuleChecker interface is used to set up the unit, on executing of which the task is performed.
IScheduledTaskModuleChecker
To set up the validation rule, on executing of which the task is performed, use the IScheduledTaskValidationChecker interface.
Property name | Brief description | |
ExpectedResult | The expectedResult property determines expected result of unit execution. | |
Macro | The Macro property determines the function defined in assembly, unit or form. | |
Module | The Module property determines the assembly, unit or form, running of which executes an operation. |
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: