IScheduledTask

Assembly: Fore;

Description

The IScheduledTask interface contains basic properties and methods of the tasks that are executed in the scheduled tasks container.

Inheritance Hierarchy

          IScheduledTask

Comments

Scheduled tasks container is used to work with scheduled tasks on various objects.

Properties

  Property name Brief description
Properties The Properties property returns task parameters.
State The State property returns task state at the current moment.
TaskChecker The TaskChecker property determines task execution condition.

Methods

  Method name Brief description
CreateChecker The CreateChecker method creates a new condition of executing a task of the scheduled tasks container.
CreateInvokeEvent The CreateInvokeEvent method creates a new event of executing a task of the scheduled tasks container.
ExecuteImmediate The ExecuteImmediate method is executes a task in current repository.
GetResults The GetResults method returns task history.
ResetResults The ResetResults method clears task execution history and set it to the Ready state.

See also:

Fore Assembly Interfaces