Logo ProcessKit API Reference

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

this.Outcome

Full Usage: this.Outcome

Returns: Outcome

How the run concluded.

Returns: Outcome

this.Stderr

Full Usage: this.Stderr

Returns: string

The captured stderr, as decoded text.

Returns: string

this.Truncated

Full Usage: this.Truncated

Returns: bool

Whether the stdout stream dropped items or the captured stderr was truncated.

Returns: bool

Type something to start searching.