| currentProcessID() | Process | [static] |
| exit(int status) | Process | [static] |
| getConsoleSize(uint_t *columns, uint_t *rows) | Process | [static] |
| getErrorStream() | Process | [inline] |
| getExecutableDir() | Process | [static] |
| getExecutablePath() | Process | [static] |
| getInputStream() | Process | [inline] |
| getOutputStream() | Process | [inline] |
| getPriority() const | Process | |
| getProgramName() | Process | [inline, static] |
| getStartTime() const | Process | [inline] |
| getWorkingDir() | Process | [static] |
| hasConsole() | Process | [static] |
| isStarted() const | Process | [inline] |
| kill() | Process | |
| Process(const String &path, const StringVec &args, const StringVec &env=StringVec::emptyVec, const String &workingDir=".") | Process | |
| setConsoleTitle(const String &title) | Process | [static] |
| setPriority(Priority priority) | Process | |
| setProgramName(const char *name) | Process | [inline, static] |
| setWorkingDir(const String &path) | Process | [static] |
| start() | Process | |
| stop() | Process | |
| waitFor(ExitStatus &status) | Process | |
| ~Process() | Process |
1.6.3