Revision cf9ada49 lib/rapi/client.py

b/lib/rapi/client.py
760 760
    """
761 761
    return self._SendRequest(HTTP_GET, "/2/jobs/%d" % job_id, None, None)
762 762

  
763
  def DeleteJob(self, job_id, dry_run=False):
764
    """Deletes a job.
763
  def CancelJob(self, job_id, dry_run=False):
764
    """Cancels a job.
765 765

  
766 766
    @type job_id: int
767 767
    @param job_id: id of the job to delete

Also available in: Unified diff