ShellProcessResult class abstract

Shell process result Replacement for io only ProcessResult with same interface

Available extensions

Properties

command → ShellCommand
The command
no setter
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
exitCode → int
Exit code for the process.
no setter
hashCode → int
The hash code for this object.
no setterinherited
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
pid → int
Process id of the process.
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
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shell → Shell
The Shell
no setter
stderr → Object
Standard error from the process.
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
stdout → Object
Standard output from the process.
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited