Logo ProcessKit API Reference

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

this.Sequence

Full Usage: this.Sequence

Returns: int64

A one-based, monotonically increasing number shared by stdout and stderr for this run.

Returns: int64

this.Text

Full Usage: this.Text

Returns: string

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

Returns: string

this.TimestampUtc

Full Usage: this.TimestampUtc

Returns: DateTimeOffset

The UTC time at which ProcessKit framed this line, from the command's `TimeProvider`.

Returns: DateTimeOffset

Type something to start searching.