ShellProcessResult class abstract
Shell process result Replacement for io only ProcessResult with same interface
- Available extensions
Properties
-
errLines
→ Iterable<
String> -
Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension
Err line listsno 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 listsno 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stderr → Object
-
Standard error from the process.
no setter
- stderrAsString → String
-
Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension
Err as stringno setter - stderrAsUint8List → Uint8List
-
Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension
Err as bytesno setter - stdout → Object
-
Standard output from the process.
no setter
- stdoutAsString → String
-
Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension
Out as stringno setter - stdoutAsUint8List → Uint8List
-
Available on ShellProcessResult, provided by the ProcessRunShellProcessResultExt extension
Out as bytesno 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