printOutputDefault property

bool printOutputDefault
final

If set, indicates that, by default, commands will both write the output to stdout/stderr, as well as return it in the ProcessRunnerResult.stderr, ProcessRunnerResult.stderr members.

This setting can be overridden on a per-run basis by providing printOutput to the runProcess function.

Defaults to false.

Implementation

final bool printOutputDefault;