Logo ProcessKit API Reference

OutputEvent Type

A single event in a merged stdout+stderr stream, tagged with its origin.

Union cases

Union case Description

Stderr Line

Full Usage: Stderr Line

Parameters:

A line from standard error.

Line : OutputLine

Stdout Line

Full Usage: Stdout Line

Parameters:

A line from standard output.

Line : OutputLine

Instance members

Instance member Description

this.IsStderr

Full Usage: this.IsStderr

Returns: bool
Returns: bool

this.IsStdout

Full Usage: this.IsStdout

Returns: bool
Returns: bool

this.Text

Full Usage: this.Text

Returns: string

The line text, regardless of origin.

Returns: string

Type something to start searching.