Finished Type
The result of finishing a streamed run: how it concluded, its captured stderr, and whether output exposed by the streaming session was truncated. 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.
|
Full Usage:
this.Truncated
Returns: bool
|
Whether the stdout stream dropped items or the captured stderr was truncated.
|
ProcessKit API Reference