producedOutput property

bool get producedOutput

Whether the command produced any output at all.

Implementation

bool get producedOutput => linesEmitted > 0;