FreeNOS
|
#include <ProcessClient.h>
Data Fields | |
ProcessInfo | kernelState |
Process state retrieved from the kernel. More... | |
String | command |
Full command including program path. More... | |
String | textState |
Textual state of the process. More... | |
Process information.
Definition at line 59 of file ProcessClient.h.
String ProcessClient::Info::command |
Full command including program path.
Definition at line 65 of file ProcessClient.h.
Referenced by ProcessList::exec(), and ProcessClient::processInfo().
ProcessInfo ProcessClient::Info::kernelState |
Process state retrieved from the kernel.
Definition at line 62 of file ProcessClient.h.
Referenced by ProcessList::exec(), ProcessClient::findProcess(), and ProcessClient::processInfo().
String ProcessClient::Info::textState |
Textual state of the process.
Definition at line 68 of file ProcessClient.h.
Referenced by ProcessList::exec(), and ProcessClient::processInfo().