Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SessionStateControllerTransitionResult

Indicates the result of an attempted state transition.

Index

Enumeration members

DeferredTransition

DeferredTransition: = 2

The transition will be tried on the next state.

NoTransitionAvailable

NoTransitionAvailable: = 1

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

TransitionFailed

TransitionFailed: = 3

An unexpected error occurred while transitioning to the next state.

Transitioned

Transitioned: = 0

The transition was successful.

Generated using TypeDoc