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