Enum TimerMode

Enum Documentation

enum class slint::TimerMode

The TimerMode specifies what should happen after the timer fired.

Used by the [Timer::start] function.

Values:

enumerator SingleShot

A SingleShot timer is fired only once.

enumerator Repeated

A Repeated timer is fired repeatedly until it is stopped or dropped.