Specifies the actions performed and the next state entered when a condition evaluates to TRUE.
condition
The actions to be performed.
Required. A Boolean expression that when TRUE causes the actions to be performed and the nextState to be entered.
nextState
The name of the transition event.
The next state to enter.