started property

bool started
getter/setter pair

Check whether the Timer is started or not. Once the Timer is started, it cannot be stopped without calling close.

Implementation

bool started = false;