Logo ProcessKit API Reference

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

this.Text

Full Usage: this.Text

Returns: string

The line text, without the trailing `\n` / `\r\n`.

Returns: string

Type something to start searching.