output property

List<Line>? output
getter/setter pair

Output from the command execution.

It may not contain the full output and the caller may need to poll for more lines.

Implementation

core.List<Line>? output;