on_sys_timer Event

Function:

Periodic event.

Declaration:

on_sys_timer

See Also:

sys.timercount, sys.timercount32


Details

Multiple on_sys_timer events may be waiting in the event queue. The on_sys_timer event is not generated when the program execution is PAUSED (in debug mode).

New in V1.2. If the platform does not support the sys.onsystimerperiod property, then the interval of this event generation is fixed at 0.5 seconds. If the platform does support this property, then the period is adjustable.


on_sys_timer Event

Details