Signal handler for INT interrupt. More...
#include <sigInt.H>
Public Member Functions | |
| sigInt () | |
| Default construct. | |
| ~sigInt () | |
| Destructor. | |
Static Public Member Functions | |
| static void | set (bool verbose=false) |
| Activate SIGINT signal handler. | |
| static void | unset (bool verbose=false) |
| Deactivate SIGINT signal handler. | |
Signal handler for INT interrupt.
The standard interrupt handler is overridden to ensure that the runningJob file is removed.
Can be used either directly through the static member functions or through the scope of the object (constructor sets trapping; destructor restores original).
| sigInt | ( | ) |
Default construct.
| ~sigInt | ( | ) |
Destructor.
|
static |
Activate SIGINT signal handler.
Referenced by argList::parse().

|
static |
Deactivate SIGINT signal handler.