On this pageRecurringTask Class for creating and managing recurring tasks.Index Methods__init__startstopMethods __init__ __init__(*, func, delay): NoneParametersoptionalkeyword-onlyfunc: Callableoptionalkeyword-onlydelay: timedeltaReturns Nonestart start(): NoneStart the recurring task execution.Returns Nonestopasync stop(): NoneStop the recurring task execution.Returns None
Class for creating and managing recurring tasks.