Ms > Ms Assembly Interfaces > ICalculateModelScheduledTask
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The ICalculateModelScheduledTask interface is used to work with a task calculating modeling problem in the scheduled tasks container.
ICalculateModelScheduledTask
A task can be calculated by schedule, condition or by occurrence of system or custom event.
Property name | Brief description | |
![]() |
The SourceProblem property determines the modeling problem, which is calculated by the task in the scheduled tasks container. |
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. |
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: