Click or drag to resize

TaskStatus Class

Provides status information about a task.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetTaskStatus

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public class TaskStatus : IWritable

The TaskStatus type exposes the following members.

Constructors
 NameDescription
Public methodTaskStatusInitializes a new instance of the TaskStatus class
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromXml Creates a TaskStatus instance from an XML element.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRead Reads the object from the specified reader.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodToXml Gets an XML element containing the task status.
Public methodWrite Writes the object to the specified writer.
Top
See Also