Description
Feature Description
As seen in Discussion #7435, the Timer
object might benefit from some start()
, stop()
and restart()
functions.
I think we can approximate them with setting the running
property, but that might just pause the timer execution or do something different:-)
Product Impact
No response