Click or drag to resize
ProcessingState Properties

The ProcessingState type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreJobLoadException
Gets whether transition to this state should ignore job de-serialization exceptions.
Public propertyIsFinal
Gets if the current state is a final one.
Public propertyName
Gets the unique name of the state.
Public propertyReason
Gets the human-readable reason of a state transition.
Public propertyServerId
Gets the instance id of an instance of the BackgroundProcessingServer class, whose Worker background process started to process an enqueued background job.
Public propertyStartedAt
Gets a date/time when the current state instance was created.
Public propertyWorkerId
Gets the identifier of a Worker that started to process an enqueued background job.
Top
See Also