SimpleProcessResult class

Available Extensions

Constructors

SimpleProcessResult({ProcessResult? processResult, ProcessException? processException})

Properties

exitCode int
Exit code
no setter
hasError bool
Has output error
no setter
hashCode int
The hash code for this object.
no setterinherited
hasOutput bool
Has output message
no setter
isOk bool
Return true if ok, else false
no setter
processException ProcessException?
Process exception
getter/setter pair
processResult ProcessResult?
Process result
getter/setter pair
resultMessage String
Result message
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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