Is there a way to list active timers?

Hi,

I wonder is there a way to see a list of currently active Timers? It would be a great tool for debugging

regards,

Not a simple way. Assuming all your Timers are in the same file and you save them to variables or a Map or something you can write a Rule to go through them and call isRunning to see which ones are active. Short of that there is nothing I know of.

1 Like