Closed net-man closed 5 years ago
A state should have three time it executes code.
on start
on periodic
on end
A state should have three time it executes code.
on start
- When the state is started.on periodic
- Loop while the state is active.on end
- When the state is stopped.