#include <Exec.hpp>
Public Member Functions | |
ProcessStatus () | |
ProcessStatus (int status) | |
bool | hasExited () const |
const int & | getStatus () const |
Private Attributes | |
EProcessRunning | m_running |
int | m_status |
Definition at line 358 of file Exec.hpp.
|
|
|
|
|
Definition at line 378 of file Exec.hpp. References m_status. |
|
Definition at line 373 of file Exec.hpp. References BLOCXX_NAMESPACE::Exec::E_PROCESS_EXITED, and m_running. |
|
Definition at line 383 of file Exec.hpp. Referenced by hasExited(). |
|
Definition at line 384 of file Exec.hpp. Referenced by getStatus(). |