Since 0.5.0:
bool isActive()
Returns true if the timer is in active state (pending), or false otherwise.
true
false
// EXAMPLE USAGE if (timer.isActive()) { // ... }