A termination report, returned by wait methods. More...
#include <Fork.hpp>
Public Attributes | |
| int | code |
| The signal code. More... | |
| int | exitStatus |
| The exit status. More... | |
| int | pid |
| The PID of the process. More... | |
A termination report, returned by wait methods.
Instances of this structure are returned from the pid checking functions in this class, in order to communicate the status code of the process.
| int code |
The signal code.
| int exitStatus |
The exit status.
| int pid |
The PID of the process.