JobStatus Properties |
The JobStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalProgressCounters |
Gets the additional progress counters.
| |
| EndTime |
Gets or sets the UTC end time of the
| |
| ErrorTaskCount |
Gets the number of task attempts that failed.
| |
| FailedTaskAttempts |
Gets the task attempts that failed.
| |
| FailureReason |
Gets or sets the reason the job failed, if it failed.
| |
| FinishedTaskCount |
Gets or sets the number of tasks that have finished.
| |
| IsFinished |
Gets or sets a value that indicates whether the job has finished.
| |
| IsSuccessful |
Gets a value that indicates whether the job has finished successfully.
| |
| JobId |
Gets or sets the ID of the job whose status this object represents.
| |
| JobName |
Gets or sets the display name of the job.
| |
| NonDataLocalTaskCount |
Gets or sets the number of data input tasks that were not scheduled on the same server or rack as their input data.
| |
| Progress |
Gets the total progress of the job, between 0 and 1.
| |
| RackLocalTaskCount |
Gets or sets the number of data input tasks that were scheduled on the same rack as their input data, but not the same server.
| |
| RunningTaskCount |
Gets or sets the number of tasks currently running.
| |
| Stages |
Gets the stages of this job.
| |
| StartTime |
Gets or sets the UTC start time of the
| |
| TaskCount |
Gets the total number of tasks in the job.
| |
| UnscheduledTaskCount |
Gets or sets the number of tasks that has not yet been scheduled.
|