jkrumow/TBStateMachine

Add support for internal transitions.

Closed this issue · 1 comments

The state machine should only execute guard and action blocks when parameter target in method -registerEvent:target:action:guard: in class TBSMState is set to nil. The exit block should not be executed.

Done.