IScheduledTaskChecker

Assembly: Fore;

Description

The IScheduledTaskChecker interface is used to work with execution conditions of the task performed in scheduled tasks container.

Inheritance Hierarchy

          IScheduledTaskChecker

Comments

To set up the task performed in scheduled tasks container, use properties and methods of the IScheduledTask interface.

Properties

  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

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

See also:

Fore Assembly Interfaces