Resolves issue #20 while being backward compatible.
trigger function called with trigger(EVENT,false) will queue transition until next call of run machine.
Call to trigger(EVENT,true) or trigger(EVENT) is the immediate transition while in trigger function.
Resolves issue #20 while being backward compatible. trigger function called with trigger(EVENT,false) will queue transition until next call of run machine. Call to trigger(EVENT,true) or trigger(EVENT) is the immediate transition while in trigger function.