klyn.gui.windows.Timer.Timer
constructor
public Timer(interval as Int = 1000):
Description

Creates a timer with an interval expressed in milliseconds.

Parameters
  • interval Timer period in milliseconds. Values lower than `1` are normalized to `1`.
Example
timer = Timer(interval=250)