SimpleProcessOptions<T> class

Constructors

SimpleProcessOptions({dynamic baseDir, String? binary, int maxConcurrentProcesses = 6, String? config, bool runInShell = false, Encoding stdoutEncoding = systemEncoding, Encoding stderrEncoding = systemEncoding, dynamic showOutput = false})
Options

Properties

baseDir String
working directory for commands to run in
getter/setter pair
binary String?
app bynary on the machine
final
config String?
Any command executed will be prefixed with this config E.g. runs: binary_app -c
final
hashCode int
The hash code for this object.
no setterinherited
maxConcurrentProcesses int
Not used yet
final
runInShell bool
Run in Shell
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOutput → dynamic
Show all outputs (Debug mode) - default = false
final
stderrEncoding Encoding
stderrEncoding
final
stdoutEncoding Encoding
stdoutEncoding
final

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