Click or drag to resize

TaskStatus Properties

The TaskStatus type exposes the following members.

Properties
 NameDescription
Public propertyAttempts Gets or sets the number of times this task has been attempted.
Public propertyDataDistance Gets or sets the distance to the input data, if this task read from the DFS.
Public propertyDuration Gets the duration of the task.
Public propertyEndTime Gets or sets the UTC end time of the task.
Public propertyMetrics Gets or sets the metrics collected during task execution.
Public propertyProgress Gets the overall progress of the task.
Public propertyStartOffset The amount of time after the start of the job that this task started.
Public propertyStartTime Gets or sets the UTC start time of the task.
Public propertyState Gets or sets the current state of the task.
Public propertyTaskId Gets or sets the ID of this task.
Public propertyTaskProgress Gets or sets the progress of the task.
Public propertyTaskServer Gets or sets the task server that a job is assigned to.
Top
See Also