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: 2.0.0
Syntax
[SerializableAttribute]
public class TaskStatus

The TaskStatus type exposes the following members.

Constructors
  NameDescription
Public methodTaskStatus
Initializes 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml
Gets an XML element containing the task status.
Top
See Also