Scheduler#

class Scheduler[source]#

Bases: object

Abstract base class for defining a scheduler. All specific schedulers should inherit form this class and implement the required methods.

abstract property instance#

Abstract property to retrieve the scheduler instance.

abstract hook()[source]#

Abstract method to define the hook logic for the scheduler.