Click or drag to resize
TaskInfoProviderFetchAllTasksToRun Method
Gets all scheduled tasks to run, the process is expected to set the next run time for next task iteration.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<TaskInfo> FetchAllTasksToRun(
	string siteName,
	string serverName
)

Parameters

siteName
Type: SystemString
Site name
serverName
Type: SystemString
Server name

Return Value

Type: InfoDataSetTaskInfo
Dataset with information about all scheduled tasks
See Also