isActive() public method

Check if timer is active.
public isActive ( ) : boolean
return boolean
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function isActive()
 {
     return $this->timer->isActive();
 }