isIdle() public method

Checks if the worker is currently idle.
public isIdle ( ) : boolean
return boolean
Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function isIdle() : bool
 {
     return $this->worker->isIdle();
 }