TaskStatus Properties |
The TaskStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| Attempts |
Gets or sets the number of times this task has been attempted.
| |
| DataDistance |
Gets or sets the distance to the input data, if this task read from the DFS.
| |
| Duration |
Gets the duration of the task.
| |
| EndTime |
Gets or sets the UTC end time of the task.
| |
| Metrics |
Gets or sets the metrics collected during task execution.
| |
| Progress |
Gets the overall progress of the task.
| |
| StartOffset |
The amount of time after the start of the job that this task started.
| |
| StartTime |
Gets or sets the UTC start time of the task.
| |
| State |
Gets or sets the current state of the task.
| |
| TaskId |
Gets or sets the ID of this task.
| |
| TaskProgress |
Gets or sets the progress of the task.
| |
| TaskServer |
Gets or sets the task server that a job is assigned to.
|