TaskInfoProvider FetchTasksToRunInternal Method Kentico 8.0 API Reference
Gets 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: 8.0.0.0 (8.0.5239.26125)

Parameters

siteName
Type: OnlineSystem String
Site name
serverName
Type: OnlineSystem String
Server name
useExternalService
Type: OnlineSystem Nullable OnlineBoolean 
Indicates if tasks is processed by service. If null, all tasks are fetched.

Return Value

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