Timer.RunModes

From Xojo Documentation

Enumeration
Timer.RunModes

New in 2019r2

Specifies when the timer gets called.

Values

Enum Description
Off Disables the Timer. The Run event handler is no longer called. This is the default.
Single Calls the Run event handler once after the Period is reached, then turns the Timer to Off.
Multiple Call the Run event handler each time the Period is reached.