| SchedulingExecutor Methods |
The SchedulingExecutor type exposes the following members.
| Name | Description | |
|---|---|---|
| ExecuteScheduledTasks |
Gets all scheduled tasks and executes each of them.
| |
| ExecuteTask(TaskInfo) |
Executes specified task.
| |
| ExecuteTask(TaskInfo, String) |
Executes specified task.
| |
| ExecuteTaskAsync |
Runs the specified task in an asynchronous thread.
| |
| ReInitCorruptedTasks |
Re-initialize all scheduled task which are corrupted.
|