ProcessStartMode enum

Modes for running a new process.

Modes for running a new process.

Constants

values = const List<ProcessStartMode>
A constant List of the values in this enum, in order of their declaration
NORMAL = const ProcessStartMode(1)
Normal child process.
DETACHED = const ProcessStartMode(2)
Detached child process with no open communication channel.
DETACHED_WITH_STDIO = const ProcessStartMode(3)
Detached child process with stdin, stdout and stderr still open for communication with the child.

Instance Properties

index int
read-only