Example #1
0
 /**
  * Return a paginated list of JIDs which are in a completed state
  *
  * @param int $offset
  * @param int $count
  *
  * @return string[]
  */
 public function completed($offset = 0, $count = 25)
 {
     return $this->client->jobs('complete', $offset, $count);
 }