Click or drag to resize

JobStatus Properties

The JobStatus type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalProgressCounters
Gets the additional progress counters.
Public propertyEndTime
Gets or sets the UTC end time of the
Public propertyErrorTaskCount
Gets the number of task attempts that failed.
Public propertyFailedTaskAttempts
Gets the task attempts that failed.
Public propertyFailureReason
Gets or sets the reason the job failed, if it failed.
Public propertyFinishedTaskCount
Gets or sets the number of tasks that have finished.
Public propertyIsFinished
Gets or sets a value that indicates whether the job has finished.
Public propertyIsSuccessful
Gets a value that indicates whether the job has finished successfully.
Public propertyJobId
Gets or sets the ID of the job whose status this object represents.
Public propertyJobName
Gets or sets the display name of the job.
Public propertyNonDataLocalTaskCount
Gets or sets the number of data input tasks that were not scheduled on the same server or rack as their input data.
Public propertyProgress
Gets the total progress of the job, between 0 and 1.
Public propertyRackLocalTaskCount
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.
Public propertyRunningTaskCount
Gets or sets the number of tasks currently running.
Public propertyStages
Gets the stages of this job.
Public propertyStartTime
Gets or sets the UTC start time of the
Public propertyTaskCount
Gets the total number of tasks in the job.
Public propertyUnscheduledTaskCount
Gets or sets the number of tasks that has not yet been scheduled.
Top
See Also