The JobResponseModel type exposes the following members.

Constructors

  NameDescription
Public methodJobResponseModel
Initializes a new instance of the JobResponseModel class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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