Pause all active timers

Would it be possible to implement timer.pause(), timer.resume() etc. to behave the same way as the transition.* library in that when no ID is given, all active timers are affected?  

I use this library of  alfredbaudisch, it has eveything you nedd.

link:

https://github.com/alfredbaudisch/Corona-Transition-Manager/blob/126189b0e8cfd5853e8663e55c3cde5283db0889/timerManager.lua

Thanks for the link, however I have my own module which does basically the same thing.

I just wondered if Coronalabs had any plans to implement the same API with Timers as they have done with Transitions.

Hi @ingemar,

We haven’t discussed doing so, but it’s a worthy addition to the feedback system, for those who may wish to use vote points toward it.

Brent

Brent, that much is now done.

I use this library of  alfredbaudisch, it has eveything you nedd.

link:

https://github.com/alfredbaudisch/Corona-Transition-Manager/blob/126189b0e8cfd5853e8663e55c3cde5283db0889/timerManager.lua

Thanks for the link, however I have my own module which does basically the same thing.

I just wondered if Coronalabs had any plans to implement the same API with Timers as they have done with Transitions.

Hi @ingemar,

We haven’t discussed doing so, but it’s a worthy addition to the feedback system, for those who may wish to use vote points toward it.

Brent

Brent, that much is now done.