Example #1
0
 /**
  * Remove a recurring job using the specified identifier
  *
  * @param $jid
  *
  * @return int
  */
 public function unrecur($jid)
 {
     return $this->client->unrecur($jid);
 }