OutputLine Type
One line of captured output, with its terminating newline stripped, its UTC capture time, and a per-run sequence number shared by stdout and stderr.
Instance members
| Instance member |
Description
|
Full Usage:
this.Sequence
Returns: int64
|
A one-based, monotonically increasing number shared by stdout and stderr for this run.
|
Full Usage:
this.Text
Returns: string
|
The line text, without the trailing `\n` / `\r\n`.
|
|
The UTC time at which ProcessKit framed this line, from the command's `TimeProvider`.
|
ProcessKit API Reference