WebTimer.RunModes
From Xojo Documentation
Enumeration
Specifies the frequency in which a WebTimer will run.
Values
Enum | Description |
---|---|
Multiple | The timer will repeatedly execute the Action event every WebTimer.Period milliseconds. This is the default mode. |
Off | The timer will not execute the Action event at all. |
Single | Time timer will execute the Action event just once. |