Click or drag to resize
TaskInfoProviderGetTaskInfo Method (Int32)
Returns the TaskInfo structure for the specified task.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static TaskInfo GetTaskInfo(
	int taskId
)

Parameters

taskId
Type: SystemInt32
Task id

Return Value

Type: TaskInfo
See Also