The JobResponseModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JobResponseModel | Initializes a new instance of the JobResponseModel class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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
|