Click or drag to resize
FailedState Properties

The FailedState type exposes the following members.

Properties
  NameDescription
Public propertyException
Gets the exception that occurred during the background job processing.
Public propertyFailedAt
Gets a date/time when the current state instance was created.
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.
Top
See Also