Changes between Version 6 and Version 7 of net.sf.basedb.opengrid/using
- Timestamp:
- Jan 16, 2017, 12:11:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.opengrid/using
v6 v7 243 243 == Aborting jobs == 244 244 245 This is automatically handled by the Open Grid extension by the same mechanism that is used for progress reporting. The abort is handled by calling the `OpenGridSession.qdel()` method. After that the job is handled just as if any other error had occurred, which means that an extension may take some kind of action when this happens. Tip! Check for exit code 137, which means that the job was aborted by the user. 246 245 247 == Advanced usage == 246 248