ArchivedJob Class |
Namespace: Ookii.Jumbo.Jet
The ArchivedJob type exposes the following members.
| Name | Description | |
|---|---|---|
| ArchivedJob |
Initializes a new instance of the ArchivedJob class.
| |
| ArchivedJob(JobStatus) |
Initializes a new instance of the ArchivedJob class.
|
| Name | Description | |
|---|---|---|
| EndTime |
Gets or sets the UTC end time of the job.
| |
| IsSuccessful |
Gets or sets a value indicating whether this job succeeded
| |
| JobId |
Gets or sets the ID of the job.
| |
| JobName |
Gets or sets the friendly name of the job.
| |
| StartTime |
Gets or sets the UTC start time of the job.
| |
| TaskCount |
Gets or sets the number of tasks in the job.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Read |
Reads the object from the specified reader.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Writes the object to the specified writer.
|