Click or drag to resize
TaskInfoProvider.FetchAllTasksToRun 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: System.String
Site name
serverName
Type: System.String
Server name

Return Value

Type: InfoDataSet<TaskInfo>
Dataset with information about all scheduled tasks
See Also