ICalculateModelScheduledTask

Assembly: 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
SourceProblem 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 moment.
TaskChecker The TaskChecker property determines a task execution condition.

Methods inherited from IScheduledTask

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

See also:

Ms Assembly Interfaces