Click or drag to resize
SucceededState Properties

The SucceededState 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 propertyLatency
Gets the total number of milliseconds passed from a job creation time till the start of the performance.
Public propertyName
Gets the unique name of the state.
Public propertyPerformanceDuration
Gets the total milliseconds elapsed from a processing start.
Public propertyReason
Gets the human-readable reason of a state transition.
Public propertyResult
Gets the value returned by a job method.
Public propertySucceededAt
Gets a date/time when the current state instance was created.
Top
See Also