|
Nebula
|
Public Attributes | |
| IO::URI | path |
| IO::URI | workingDir |
| Util::String | args |
| Ptr< IO::Stream > | stdoutCaptureStream |
| Ptr< IO::Stream > | stderrCaptureStream |
| int | outPipe = -1 |
| int | errPipe = -1 |
| pid_t | pid = -1 |
| int | exitCode = 0 |
| bool | isRunning = false |
| bool | hasExitCode = false |
| Util::String Posix::PosixProcess::args |
| int Posix::PosixProcess::errPipe = -1 |
| int Posix::PosixProcess::exitCode = 0 |
| bool Posix::PosixProcess::hasExitCode = false |
| bool Posix::PosixProcess::isRunning = false |
| int Posix::PosixProcess::outPipe = -1 |
| IO::URI Posix::PosixProcess::path |
| pid_t Posix::PosixProcess::pid = -1 |
| Ptr<IO::Stream> Posix::PosixProcess::stderrCaptureStream |
| Ptr<IO::Stream> Posix::PosixProcess::stdoutCaptureStream |
| IO::URI Posix::PosixProcess::workingDir |