Click or drag to resize

JobStatus Class

Provides status information about the currently running job.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetJobStatus

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
[SerializableAttribute]
public class JobStatus

The JobStatus type exposes the following members.

Constructors
  NameDescription
Public methodJobStatus
Initializes a new instance of the JobStatus class
Top
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
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 JobStatus instance from an XML element.
Public methodGetFriendlyNameForAdditionalProgressCounter
Gets the friendly name for an additional progress counter.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStage
Gets the stage with the specified ID.
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
Gets a string representation of this JobStatus.
(Overrides ObjectToString.)
Public methodToString(IFormatProvider)
Gets a string representation of this JobStatus using a specific format provider.
Public methodToXml
Gets an XML document containing the job status.
Top
See Also