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
Say I want to use a start and stop button that changes the class depending on the status of the clock I should be able to do clock.running() and it should return either true or false depending on whether or not the clock is active.
The text was updated successfully, but these errors were encountered:
Say I want to use a start and stop button that changes the class depending on the status of the clock I should be able to do
clock.running()
and it should return eithertrue
orfalse
depending on whether or not the clock is active.The text was updated successfully, but these errors were encountered: