You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes sense. start() and stop() would be easy to implement by lowering to running = true/false
But restart would be harder because that's, i think, not possible right now and would need some extra generated code to do.
Feature Description
As seen in Discussion #7435, the
Timer
object might benefit from somestart()
,stop()
andrestart()
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
The text was updated successfully, but these errors were encountered: