Logo ProcessKit API Reference

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

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

Type something to start searching.