I am wondering if there is an option to change the refreshRateMS while i run the countdown ?
In my case i have a game clock which will count down from 20 Minutes in sec intervals so i start the
clock with a refreshRateMS = 1000 then i would like when my onAlmostDone event fires the refreshRateMS = 100 which in my case is the last 60 sec. Hop there is a way to do this or does this require to stop countdown, set new values and then start again ?