isActive method

bool isActive()

判断Timer是否启动.

Implementation

bool isActive() {
  return _isActive;
}