ProcessRunShellProcessResultsExt extension

Shell process results extension

on

Properties

errLines Iterable<String>

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Err line lists
no setter
errText String

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Join the out lines for a quick string access.
no setter
outLines Iterable<String>

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Out line lists
no setter
outText String

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Join the out lines for a quick string access.
no setter
shell Shell

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

The shell started the processes.
no setter
stderrAsString String

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Err as string
no setter
stderrAsUint8List Uint8List

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Err as bytes
no setter
stdoutAsString String

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Out as string
no setter
stdoutAsUint8List Uint8List

Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension

Out as bytes
no setter