The JobResponseModel type exposes the following members.

Properties

  NameDescription
Public propertyEndTime
Get or set the Date/Time when the job completed processing
Public propertyExceptionInfo
Exception information
Public propertyInvalidJob
Public propertyJobCompletedOk
Returns true if the job has successfully completed.
Public propertyJobCompletedWithErrors
Returns true if the job has completed with errors.
Public propertyJobId
Get / set the ID of the job
Public propertyJobPending
Returns true is the job is pending execution.
Public propertyJobStarted
Returns true if the job has started executing.
Public propertyJobStatus
Get or set the string identifier for the current job status
Public propertyLabel
Get / set the user-friendly label of the job
Public propertyQueuedTime
Get or set the Date/Time when the job was queued to be processed
Public propertyStartTime
Get or set the Date/Time when the job started to be processed
Public propertyStatusMessage
Get or set the informational status message for the job
Public propertyStoreName
Get or set the name of the store where this job runs

See Also