TaskInfoProviderFetchTasksToRunInternal Method |
Gets 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 protected virtual InfoDataSet<TaskInfo> FetchTasksToRunInternal(
string siteName,
string serverName,
Nullable<bool> useExternalService
)
Parameters
- siteName
- Type: SystemString
Site name - serverName
- Type: SystemString
Server name - useExternalService
- Type: SystemNullableBoolean
Indicates if tasks is processed by service. If null, all tasks are fetched.
Return Value
Type:
InfoDataSetTaskInfoDataset with information about scheduled tasks
See Also