This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Tell if timer is running

Is there a way to tell if the timer is running? There's a start task, and a stop task, but I'm not sure how to tell if a timer is currently running. The best thing I can think of is to capture the value, wait a little while, capture the value again, and see if it's changed. This seems both unreliable and time-consuming. Is there a better way?

Thanks!

Related