IScheduledTaskValidationChecker

Assembly: Fore;

Description

The IScheduledTaskValidationChecker interface is used to set up the validation rule which execution performs the task.

Inheritance Hierarchy

          IScheduledTaskChecker

          IScheduledTaskValidationChecker

Comments

To set up the unit, on occurring of which the task is performed, use the IScheduledTaskModuleChecker interface.

Properties

  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.

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