Process namespace.
More...
|
|
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
|
| |