Automaton icon indicating copy to clipboard operation
Automaton copied to clipboard

Timer doesn't seem to reset on a call to .Stop then .Start

Open jamesarm97 opened this issue 5 years ago • 0 comments

I have a timer .begin(1000).repeats(30).onTimer(....) and it is logging the repeats left after I call .Start(). I am stopping the timer when a certain event happens with a .Stop() then we get another event that turns it on again (wanting to start from count 0) with a .Start() but the logging shows the timer picks up where it left off at as far as the repeats and repeats left shown.

jamesarm97 avatar Aug 31 '20 14:08 jamesarm97