Fore > Fore Assembly Interfaces > IScheduledTasksContainer
The IScheduledTasksContainer interface contains properties and methods of the Scheduled Tasks Container repository object.
Property name | Brief description | |
![]() |
Tasks | The Tasks property returns the list of tasks descriptions that were created in the 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 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: