The JobResponseModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EndTime |
Get or set the Date/Time when the job completed processing
|
![]() | ExceptionInfo |
Exception information
|
![]() | InvalidJob | |
![]() | JobCompletedOk |
Returns true if the job has successfully completed.
|
![]() | JobCompletedWithErrors |
Returns true if the job has completed with errors.
|
![]() | JobId |
Get / set the ID of the job
|
![]() | JobPending |
Returns true is the job is pending execution.
|
![]() | JobStarted |
Returns true if the job has started executing.
|
![]() | JobStatus |
Get or set the string identifier for the current job status
|
![]() | Label |
Get / set the user-friendly label of the job
|
![]() | QueuedTime |
Get or set the Date/Time when the job was queued to be processed
|
![]() | StartTime |
Get or set the Date/Time when the job started to be processed
|
![]() | StatusMessage |
Get or set the informational status message for the job
|
![]() | StoreName |
Get or set the name of the store where this job runs
|