State Machine

⌘K
  1. Home
  2. Docs
  3. State Machine
  4. State

State

System.Activities.Statements.State

  • State activity is a state machine specific activity that can also serve as an initial state, when linked directly to the Start node.
  • State activity contains three sections
  1. Entry – contains the activities that are to be performed when the state is entered.
  2. Exit – contains the activities that are to be performed upon exiting the state.
  3. Transition(s) – describes the current transitions this state has in relation to other states.

Properties

      Misc

  • DisplayName (String) – To set a meaningful name according to the user.