Skip to content

pyux.start_timer

fabian-flassig edited this page Apr 14, 2026 · 3 revisions

Starts a timer that triggers timer events.

pyux.start_timer(seconds[, id])

Parameters

Type Description
seconds number Timer interval in seconds. Must be greater than 0.
id integer Optional timer id. Default is 0.

Note:

Starts a timer that periodically triggers the timer event.

The timer runs until it is stopped by removing the handler via pyux.set_timer_handler.

Version requirements

This function is available in V26 and above.

See also

pyux, set_timer_handler

Clone this wiki locally