TaskInfoProviderGetTaskInfo Method (String, String) |
Returns the TaskInfo structure for the specified task.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax public static TaskInfo GetTaskInfo(
string taskName,
string siteName
)
Parameters
- taskName
- Type: SystemString
Task name - siteName
- Type: SystemString
Site name
Return Value
Type:
TaskInfoSee Also