Class to throw an exception to stop new jobs from being started. More...
#include <run-jobs.hpp>
Public Member Functions | |
JobStop (RetType r0) | |
Constructor. More... | |
RetType | result (void) const |
Return the passed result. More... | |
Protected Attributes | |
RetType | r |
The result stored. More... | |
Class to throw an exception to stop new jobs from being started.
Definition at line 53 of file run-jobs.hpp.
|
inline |
Constructor.
Definition at line 168 of file run-jobs.hpp.
|
inline |
Return the passed result.
Definition at line 172 of file run-jobs.hpp.
|
protected |
The result stored.
Definition at line 56 of file run-jobs.hpp.