Reputation: 2594
I have a button that sends:
scheduler.start()
and would like to check whether it is running already to avoid SchedulerAlreadyRunningError
It seems simple enough but couldn't find a status flag in the documentation.
Upvotes: 2
Views: 13048
Reputation: 5901
Was this not good enough?
Also, the state
variable has been documented here.
Upvotes: 4