The following tables list the members exposed by JobInformation.
Public Properties
Name | Description | |
---|---|---|
Abort | Gets or sets a value indicating if a job was marked to abort. | |
AddedTime | Gets or sets a value indicating the date and time a job was added. | |
Attempts | Gets or sets a value indicating the numbers of times a job has been attempted for processing. | |
CompletedTime | Gets or sets a value indicating the date and time a job was successfully processed. | |
FailedTime | Gets or sets a value indicating the date and time a job failed during processing. | |
FailureInformation | Gets or sets the FailureInformation for the specified job. | |
ID | Gets or sets the ID (GUID) of a job. | |
JobType | Gets or sets the job type for a job. | |
LastStartedTime | Gets or sets the date and time a job last started processing. | |
LastUpdatedTime | Gets or sets the last date and time the progress or status was updated for a job. | |
Metadata | Gets or sets the Metadata for the specified job. | |
Percentage | Gets or sets the progress for a job. | |
Status | Gets or sets the status of a job. | |
Worker | Gets or sets the name of the last worker which processed a job. |