Base class: Object

Lua
C++
Edit

Timer

A timer object emits a TIMERTICK event at a regular frequency. This is provides a method of updating an event-driven application in real-time while maintaining minimal CPU usage.

Property Type Description
Stop Method stops the timer
CreateTimer Function creates a new timer object
Copyright © 2024 Ultra Software.
All rights reserved.