WebTimer.Locations

From Xojo Documentation

Enumeration
WebTimer.Locations

New in 2020r1

The locations where a timer can run.

Values

Enum Description
Browser The timer runs in the web browser.
Server The timer runs on the server.

Notes

The difference in location is where the timer actually exists at run-time. Both are Session-aware.

Server timers should call the Run event with very little latency, but there is a limit to how many timers you can have active at once because they require resources. Browser-based timers do have some latency, and they increase the traffic between the server and the browser, but the impact on the server is smaller.