Enumeration SessionStateControllerTransitionResult

Indicates the result of an attempted state transition.

Enumeration Members

DeferredTransition: 2

The transition will be tried on the next state.

NoTransitionAvailable: 1

No transition is available from the current state using that action.

Transitioned: 0

The transition was successful.

TransitionFailed: 3

An unexpected error occurred while transitioning to the next state.