ProcessRunShellProcessResultExt extension

Shell process result extension

on

Properties

errLines → Iterable<String>

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Err line lists
no setter
errText → String

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

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

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Out line lists
no setter
outText → String

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Join the out lines for a quick string access.
no setter
processExecutableArguments → ShellCommand

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Process command executed
no setter
processResult → ProcessResult

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

The original raw representation
no setter
stderrAsString → String

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Err as string
no setter
stderrAsUint8List → Uint8List

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Err as bytes
no setter
stdoutAsString → String

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Out as string
no setter
stdoutAsUint8List → Uint8List

Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension

Out as bytes
no setter