Task System State¶
Description¶
A paradigm component defining a state within a finite state machine. It is contained within a Task System and specifies a list of Actions, which are executed when the state first gains control, and a list of Transitions, which are evaluated repeatedly until one of them succeeds and selects the next state.
Signature¶
task_system_state