Module TaskRecurrenceEnums

TaskRecurrence

Legacy version of enum "kanzi.MainLoopScheduler.TaskRecurrence". Enumeration for task recurrence options.

Recurring

Kanzi executes the task every time it executes the stage that owns this task, until you remove this task.

OneTime

Kanzi executes the task once and then discards it.