Example #1
0
 /**
  * Specifies whether the queue is paused
  *
  * @return bool
  */
 public function isPaused()
 {
     return $this->client->paused($this->name) === 1;
 }