Example #1
0
 /**
  * Pauses the queue so it will not process any more jobs
  */
 public function pause()
 {
     $this->client->pause($this->name);
 }