OutputEvent Type
A single event in a merged stdout+stderr stream, tagged with its origin.
Union cases
| Union case |
Description
|
|
A line from standard error.
|
|
A line from standard output.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsStderr
Returns: bool
|
|
Full Usage:
this.IsStdout
Returns: bool
|
|
Full Usage:
this.Text
Returns: string
|
The line text, regardless of origin.
|
ProcessKit API Reference