Struct Process
Represents a single running process in the chain.
Constructors
| Name | Description |
|---|---|
this
|
Creates a new process (and spawns it). |
this
|
Creates a new process (and spawns it) |
Fields
| Name | Type | Description |
|---|---|---|
pid
|
std |
|
pipe
|
std |
Properties
| Name | Type | Description |
|---|---|---|
stdout
[get]
|
std |
File object of this processes stdout
|
Methods
| Name | Description |
|---|---|
opAssign
|
|
wait
|
Waits for this process to complete and returns the exit code. |