WebTimer.RunMode
From Xojo Documentation
Property (As WebTimer.RunModes )
aWebTimer.RunMode = newWebTimer.RunModesValue
or
WebTimer.RunModesValue = aWebTimer.RunMode
New in 2020r1
Supported for all project types and targets.
or
WebTimer.RunModesValue = aWebTimer.RunMode
New in 2020r1
Supported for all project types and targets.
Designates the frequency at which the timer will run.
Sample Code
Sets a timer to run just once:
Timer1.RunMode = WebTimer.RunModes.Single
See Also
WebTimer.RunModes enumeration and Timer class.