Stagehand_FSM 2.4.0 (stable)
Release Date: 2015-07-12 UTC
What's New in Stagehand_FSM 2.4.0
New interface to get the transition log
(Issue #21)
StateMachineInterface::getTransitionLog()
has been added to get the transition log of a state machine.
StateMachineInterface::queueEvent() throwing exception on the ended machine
(Issue #17)
StateMachineInterface::queueEvent()
will throw an exception after the state machine is ended.
StateMachineInterface::isEnded()
(Issue #16)
StateMachineInterface::isEnded()
returns whether the state machine is ended or not.
StateMachineInterface::isActive()
(Issue #14)
StateMachineInterface::isActive()
returns whether the state machine is active or not.