Running |
The RunningTask type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentAction | Gets the name of the current action that the running task is performing. | |
| Definition | Gets the definition of the task. (Inherited from Task) | |
| Enabled | Gets or sets a Boolean value that indicates if the registered task is enabled. (Inherited from Task) | |
| EnginePID | Gets the process ID for the engine (process) which is running the task. | |
| Folder | Gets an instance of the parent folder. (Inherited from Task) | |
| InstanceGuid | Gets the GUID identifier for this instance of the task. | |
| IsActive | Gets a value indicating whether this task instance is active. (Inherited from Task) | |
| LastRunTime | Gets the time the registered task was last run. (Inherited from Task) | |
| LastTaskResult | Gets the results that were returned the last time the registered task was run. (Inherited from Task) | |
| Name | Gets the name of the registered task. (Inherited from Task) | |
| NextRunTime | Gets the time when the registered task is next scheduled to run. (Inherited from Task) | |
| NumberOfMissedRuns | Gets the number of times the registered task has missed a scheduled run. (Inherited from Task) | |
| Path | Gets the path to where the registered task is stored. (Inherited from Task) | |
| ReadOnly |
Gets a value indicating whether this task is read only. Only available if AllowReadOnlyTasks is true.
(Inherited from Task) | |
| SecurityDescriptor | Obsolete. Gets or sets the security descriptor for the task. (Inherited from Task) | |
| State | Gets the operational state of the running task. (Overrides TaskState) | |
| TaskService | Gets or sets the TaskService that manages this task. (Inherited from Task) | |
| Xml | Gets the XML-formatted registration information for the registered task. (Inherited from Task) |