Click or drag to resize

ArchivedJob Class

Represents information about a job that has been archived.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetArchivedJob

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

The ArchivedJob type exposes the following members.

Constructors
 NameDescription
Public methodArchivedJob Initializes a new instance of the ArchivedJob class.
Top
Properties
 NameDescription
Public propertyEndTime Gets or sets the UTC end time of the job.
Public propertyIsSuccessful Gets or sets a value indicating whether this job succeeded
Public propertyJobId Gets or sets the ID of the job.
Public propertyJobName Gets or sets the friendly name of the job.
Public propertyStartTime Gets or sets the UTC start time of the job.
Public propertyTaskCount Gets or sets the number of tasks in the job.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(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 methodWrite Writes the object to the specified writer.
Top
See Also