SchedulingExecutorExecuteTaskAsync Method |
Runs the specified task in an asynchronous thread.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax public static void ExecuteTaskAsync(
TaskInfo taskInfo
)
Parameters
- taskInfo
- Type: CMS.SchedulerTaskInfo
Task to run
See Also