Qore process Module  0.1.0
Qore::Process Namespace Reference

Process namespace. More...

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
 

Detailed Description

Process namespace.