Click or drag to resize
TaskInfoProviderGetTaskToReInit Method
Returns DataSet with information about tasks which have next runtime NULL.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TaskInfo> GetTaskToReInit()

Return Value

Type: ObjectQueryTaskInfo
See Also