SchedulingExecutorExecuteScheduledTasks Method |
Gets all scheduled tasks and executes each of them.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax public static void ExecuteScheduledTasks(
string siteName,
string serverName
)
Parameters
- siteName
- Type: SystemString
Name of site task should originate from - serverName
- Type: SystemString
Name of server that executes the tasks
See Also