TimerChoice
id: py-TimerChoice
TimerChoice
Union of timer configurations. Use one of Cron, FixedRate, or Once when defining a timer.
Properties
| Property | Type | Description |
|---|---|---|
Cron | TimerCron | Recurring timer driven by a cron expression |
FixedRate | TimerFixedRate | Recurring timer at a fixed interval |
Once | TimerOnce | Single execution at a specific time |
See Also
TimerResponse— Register timers via the Timer API