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

The ArchivedJob type exposes the following members.

Constructors
  NameDescription
Public methodArchivedJob
Initializes a new instance of the ArchivedJob class.
Public methodArchivedJob(JobStatus)
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Reads the object from the specified reader.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Writes the object to the specified writer.
Top
See Also