Kraken\Loop\Timer\TimerInterface::isActive PHP Method

isActive() public method

Check if timer is active.
public isActive ( ) : boolean
return boolean
    public function isActive();

Usage Example

Ejemplo n.º 1
0
 /**
  * @override
  * @inheritDoc
  */
 public function isActive()
 {
     return $this->timer->isActive();
 }