Changes between Initial Version and Version 1 of CancelJobs


Ignore:
Timestamp:
Oct 18, 2011, 12:21:57 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CancelJobs

    v1 v1  
     1= Canceling jobs =
     2
     3You can cancel jobs in any of three ways:
     4
     5 * Using the [HtmlOps administrative web interface] (click on '''Cancel workunits''').
     6 * Using the utility program '''cancel_jobs'''; for example,
     7{{{
     8bin/cancel_jobs 100 200
     9}}}
     10  cancels jobs with IDs 100 through 200.
     11 * Programatically, using the [BackendUtilities API function] '''cancel_jobs()'''.