ICalculateModelScheduledTask

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The ICalculateModelScheduledTask interface is used to work with a task calculating modeling problem in the scheduled tasks container.

Inheritance Hierarchy

          IScheduledTask

          ICalculateModelScheduledTask

Comments

A task can be calculated by schedule, condition or by occurrence of system or custom event.

Properties

  Property name Brief description
The SourceProblem property determines the modeling problem, which is calculated by the task in the scheduled tasks container.

Properties inherited from IScheduledTask

  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 inherited from IScheduledTask

  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 implements a task in the 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:

Ms Assembly Interfaces