class documentation

class ScheduledState(Enum): (source)

View In Hierarchy

Undocumented

Class Variable called The call was successfully invoked by the scheduler.
Class Variable cancelled The call was successfully invoked by the scheduler.
Class Variable pending The call is currently scheduled to be run at some point in the future.

The call was successfully invoked by the scheduler.

cancelled = (source)

The call was successfully invoked by the scheduler.

The call is currently scheduled to be run at some point in the future.