Click or drag to resize
TaskInfoProviderGetTaskToReInitInternal Method
Returns DataSet with tasks which are running or are new and have next run time not set.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax
C#
protected virtual ObjectQuery<TaskInfo> GetTaskToReInitInternal()

Return Value

Type: ObjectQueryTaskInfo
See Also