| Interface | Description |
|---|---|
| ExecuteStreamHandler |
Used by
Execute to handle input and output stream of
subprocesses. |
| Class | Description |
|---|---|
| Background |
Class to execute processes in the background.
|
| Escape | |
| Execute |
Runs an external program.
|
| ExecuteWatchdog |
Destroys a process running for too long.
|
| Os |
Condition that tests the OS type.
|
| PumpStreamHandler |
Copies standard output and error of subprocesses to standard output and
error of the parent process.
|
| StreamPumper |
Copies all data from an input stream to an output stream.
|