Qore process Module
1.0.1
|
Constants related to process module functionality. More...
Variables | |
const | Qore::Process::HAVE_PROCESS_CHECKPID = bool(HAVE_PROCESS_CHECKPID) |
defines if the Process::checkPid() method is available on the current platform | |
const | Qore::Process::HAVE_PROCESS_GETMEMORYINFO = bool(HAVE_PROCESS_GETMEMORYINFO) |
defines if the Process::getMemorySummaryInfo() methods are available on the current platform | |
const | Qore::Process::HAVE_PROCESS_TERMINATE = bool(HAVE_PROCESS_TERMINATE) |
defines if the static Process::terminate() method is available on the current platform | |
const | Qore::Process::HAVE_PROCESS_WAITFORTERMINATION = bool(HAVE_PROCESS_WAITFORTERMINATION) |
defines if the static Process::waitForTermination() method is available on the current platform | |
Constants related to process module functionality.