Qore process Module
1.0.1
|
Classes | |
hashdecl | MemorySummaryInfo |
A hash of summary memory information as provided by Process::getMemorySummaryInfo(). More... | |
class | Process |
System process wrapper. More... | |
Variables | |
const | HAVE_PROCESS_CHECKPID = bool(HAVE_PROCESS_CHECKPID) |
defines if the Process::checkPid() method is available on the current platform | |
const | HAVE_PROCESS_GETMEMORYINFO = bool(HAVE_PROCESS_GETMEMORYINFO) |
defines if the Process::getMemorySummaryInfo() methods are available on the current platform | |
const | HAVE_PROCESS_TERMINATE = bool(HAVE_PROCESS_TERMINATE) |
defines if the static Process::terminate() method is available on the current platform | |
const | HAVE_PROCESS_WAITFORTERMINATION = bool(HAVE_PROCESS_WAITFORTERMINATION) |
defines if the static Process::waitForTermination() method is available on the current platform | |
Process namespace.