The IJobInfo type exposes the following members.

Properties

  NameDescription
Public propertyEndTime
Get the Date/Time when the job completed processing
Public propertyExceptionInfo
Exception information
Public propertyJobCompletedOk
Returns true if the job has successfully completed.
Public propertyJobCompletedWithErrors
Returns true if the job has completed with errors.
Public propertyJobId
The Job id.
Public propertyJobPending
Returns true is the job is pending execution.
Public propertyJobStarted
Returns true if the job has started executing.
Public propertyLabel
The user-friendly label for the job
Public propertyQueuedTime
Get the Date/Time when the job was queued to be processed
Public propertyStartTime
Get the Date/Time when the job started to be processed
Public propertyStatusMessage
The current job status message.

See Also