OutputLine Type
One line of captured output, with its terminating newline stripped. A sealed type (not a bare `string`) so the line can gain metadata — a timestamp, a monotonic sequence number — in a later minor version without breaking the frozen API.
Instance members
| Instance member |
Description
|
Full Usage:
this.Text
Returns: string
|
The line text, without the trailing `\n` / `\r\n`.
|
ProcessKit API Reference