TaskStatus.TaskStatusExtended Class
Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
Assembly: PIX.dll
The Extended element of the task status node request data object.
Inheritance
-
System.Object
- TaskStatus.TaskStatusExtended
Syntax
public class TaskStatusExtendedProperties
| Name | Description |
|---|---|
| Category |
The category. |
| DistributionGroup |
The distribution group. |
| DocumentPath |
The source or user document file path or name. |
| FinishedTime |
The time finished at if ever run. |
| LastExecutedOn |
Machine name of the QDS node last running the task |
| LastLogMessages |
The last five log messages, or last five error messages if status is failed. |
| QDSID |
The QDS ID. |
| RunningOn |
Machine name of the QDS node running the task |
| StartTime |
The started at time, scheduled start time, or "not scheduled" |
| TaskSummary |
The task summary. |