Xojo.Core.Timer.Action
From Xojo Documentation
Event
Called when the Timer interval is reached, based on the Mode and Period properties.
Notes
Timer code always runs in the main thread, shared with UI updates. A long-running process called by a Timer can make the UI unresponsive. In these situations, use a Thread instead.
Sample Code
This code updates an iOSProgressBar: