Changes between Version 6 and Version 7 of net.sf.basedb.opengrid/using


Ignore:
Timestamp:
Jan 16, 2017, 12:11:42 PM (7 years ago)
Author:
Nicklas Nordborg
Comment:

Added section about aborting jobs

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.opengrid/using

    v6 v7  
    243243== Aborting jobs ==
    244244
     245This 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
    245247== Advanced usage ==
    246248