Changes between Version 7 and Version 8 of BackendUtilities
- Timestamp:
- Oct 18, 2011, 12:16:42 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendUtilities
v7 v8 31 31 Returns ERR_OPENDIR if the directory is not there 32 32 (this is generally a recoverable error, like NFS mount failure). 33 34 {{{ 35 int cancel_jobs(int min_id, int max_id); 36 }}} 37 Can jobs (workunits) with IDs min_id to max_id inclusive.