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
- Entry โ contains the activities that are to be performed when the state is entered.
- Exit โ contains the activities that are to be performed upon exiting the state.
- 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.