IScheduledTaskModuleChecker

Assembly: Fore;

Description

The IScheduledTaskModuleChecker interface is used to set up the unit, on executing of which the task is performed.

Inheritance Hierarchy

          IScheduledTaskChecker

          IScheduledTaskModuleChecker

Comments

To set up the validation rule, on executing of which the task is performed, use the IScheduledTaskValidationChecker interface.

Properties

  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.

Properties inherited from IScheduledTaskChecker

  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.

Methods inherited from IScheduledTaskChecker

  Method name Brief description
Check The Check method sets if the task is performed on occurring the event.

See also:

Fore Assembly Interfaces