TaskInfoProviderFetchAllTasksToRun Method |
Gets all scheduled tasks to run, the process is expected to set the next run time for next task iteration.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 8.2.23
Syntax public static InfoDataSet<TaskInfo> FetchAllTasksToRun(
string siteName,
string serverName
)
Parameters
- siteName
- Type: SystemString
Site name - serverName
- Type: SystemString
Server name
Return Value
Type:
InfoDataSetTaskInfoDataset with information about all scheduled tasks
See Also