Click or drag to resize
TaskExecutor Class
Task executor.
Inheritance Hierarchy
SystemObject
  CMS.SchedulerTaskExecutor

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public class TaskExecutor

The TaskExecutor type exposes the following members.

Constructors
  NameDescription
Public methodTaskExecutor
Top
Properties
  NameDescription
Public propertyTask
Task object.
Public propertyTaskID
Task ID.
Top
Methods
  NameDescription
Public methodRun
Runs the task.
Public methodRunAsync(WindowsIdentity)
Runs the task in an asynchronous thread.
Public methodStatic memberRunAsync(Int32, WindowsIdentity)
Runs the specified task in an asynchronous thread.
Public methodStatic memberRunAsync(TaskInfo, WindowsIdentity)
Runs the specified task in an asynchronous thread.
Top
See Also