Describe the new functionality you'd like to see
The visual statechart specification uses a boolean variable to signal whether the timer is ringing or not. This value is set to true upon entry in the ringing state, and set to false upon exiting from the ringing state.
The current code implementation does not yet define this boolean variable and implement its behaviour.
Describe the new functionality you'd like to see
The visual statechart specification uses a boolean variable to signal whether the timer is ringing or not. This value is set to true upon entry in the ringing state, and set to false upon exiting from the ringing state.
The current code implementation does not yet define this boolean variable and implement its behaviour.