Modes for running a new process.
Constants
- ProcessStartMode DETACHED = const ProcessStartMode(2)
-
constDetached child process with no open communication channel.
- ProcessStartMode DETACHED_WITH_STDIO = const ProcessStartMode(3)
-
constDetached child process with stdin, stdout and stderr still open for communication with the child.
- ProcessStartMode NORMAL = const ProcessStartMode(1)
-
constNormal child process.
- List<ProcessStartMode> values = const List<ProcessStartMode>
-
constA constant List of the values in this enum, in order of their declaration.
Properties
- int index
-
read-only