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.
Was this not good enough?
Also, the state variable has been documented here.
state