toFormattedString method

String toFormattedString()

Implementation

String toFormattedString() {
  return 'ProcessResult: exitCode=$exitCode, stdout=$stdout, stderr=$stderr';
}