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
Hey,
why is this initialized to true this does not make any sense to me. Like this there is no way to check if its already running.
I use it in a loop and need to check if the timer is already running.
And why is there no function to check if its already running? I use function like this. bool Timer::state() { return active; }
The text was updated successfully, but these errors were encountered:
timercpp/timercpp.h
Line 7 in fbf9110
Hey,
why is this initialized to true this does not make any sense to me. Like this there is no way to check if its already running.
I use it in a loop and need to check if the timer is already running.
And why is there no function to check if its already running? I use function like this.
bool Timer::state() { return active; }
The text was updated successfully, but these errors were encountered: