Click or drag to resize
AwaitingState Properties

The AwaitingState type exposes the following members.

Properties
  NameDescription
Public propertyExpiration
Gets the expiration time of a background job continuation.
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 propertyNextState
Gets the next state, to which a background job will be moved.
Public propertyOptions
Gets the continuation options associated with the current state.
Public propertyParentId
Gets the identifier of a parent background job.
Public propertyReason
Gets the human-readable reason of a state transition.
Top
See Also