TaskStatus Class |
Namespace: Ookii.Jumbo.Jet
The TaskStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| TaskStatus | Initializes a new instance of the TaskStatus class |
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromXml |
Creates a TaskStatus instance from an XML element.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToXml |
Gets an XML element containing the task status.
|