|
Nebula
|
#include "ids/id.h"Go to the source code of this file.
Classes | |
| struct | System::ProcessId |
| struct | System::ProcessStartInfo |
Namespaces | |
| namespace | System |
Functions | |
| ProcessId | System::StartProcess (const ProcessStartInfo &createInfo) |
| Create a process. | |
| void | System::UpdateProcessStreams (ProcessId processId) |
| Update streams. | |
| bool | System::IsProcessRunning (ProcessId processId) |
| Returns true if process is running (poll). | |
| uint | System::WaitForProcess (ProcessId processId) |
| Wait for process, then frees it and returns the error code. | |