The IJobInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EndTime |
Get the Date/Time when the job completed processing
| |
| ExceptionInfo |
Exception information
| |
| JobCompletedOk |
Returns true if the job has successfully completed.
| |
| JobCompletedWithErrors |
Returns true if the job has completed with errors.
| |
| JobId |
The Job id.
| |
| JobPending |
Returns true is the job is pending execution.
| |
| JobStarted |
Returns true if the job has started executing.
| |
| Label |
The user-friendly label for the job
| |
| QueuedTime |
Get the Date/Time when the job was queued to be processed
| |
| StartTime |
Get the Date/Time when the job started to be processed
| |
| StatusMessage |
The current job status message.
|