Finished Type
The result of finishing a streamed run: how it concluded plus its captured stderr. Returned by `RunningProcess.FinishAsync`, after stdout has been consumed as a stream. Sealed with an internal constructor so it can gain fields without breaking the frozen API.
Instance members
| Instance member |
Description
|
|
How the run concluded.
|
Full Usage:
this.Stderr
Returns: string
|
The captured stderr, as decoded text.
|
ProcessKit API Reference