SchedulingExecutorExecuteTask Method (Int32, String) |
Executes specified task.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 8.2.23
Syntax public static void ExecuteTask(
int taskID,
string siteName
)
Parameters
- taskID
- Type: SystemInt32
ID of task to execute - siteName
- Type: SystemString
Current site name of the execution context
See Also