TimerRecurrenceEnums
¶
Legacy version of enum "kanzi.MainLoopScheduler.TimerRecurrence". Enumeration for timer recurrence options.
Recurring¶ | Kanzi executes the timer tasks periodically at specified intervals. When a recurring timer elapses multiple times in a single iteration of the Kanzi main loop, Kanzi executes that timer only once, but provides the number of elapsed intervals through its callback interface. |
OneTime¶ | Kanzi executes the timer once in a main loop iteration where the specified time since their addition has elapsed. |