redirectOutput property

bool redirectOutput
final

Whether to redirect the stdout and stderr of the spawned processes to this processe's stdout and stderr.

Standard input is not redirected.

Default true.

Implementation

final bool redirectOutput;