outputRaw property

List<int> outputRaw
final

Contains the raw, encoded, interleaved stdout and stderr output from the process.

Information appears in the order supplied by the process.

Implementation

final List<int> outputRaw;