Skip to main content

TimerChoice


id: py-TimerChoice

TimerChoice

Union of timer configurations. Use one of Cron, FixedRate, or Once when defining a timer.


Properties

PropertyTypeDescription
CronTimerCronRecurring timer driven by a cron expression
FixedRateTimerFixedRateRecurring timer at a fixed interval
OnceTimerOnceSingle execution at a specific time

See Also