コード例 #1
0
ファイル: Queue.php プロジェクト: contatta/qless-php
 /**
  * Specifies whether the queue is paused
  *
  * @return bool
  */
 public function isPaused()
 {
     return $this->client->paused($this->name) === 1;
 }