klyn.gui.windows.Timer.isRunning
property
public readonly property isRunning as Boolean:
Description

Indicates whether the timer is currently active.

Example
if timer.isRunning:
timer.stop()