Modes for running a new process.

Constants

ProcessStartMode DETACHED = const ProcessStartMode(2)
const

Detached child process with no open communication channel.

ProcessStartMode DETACHED_WITH_STDIO = const ProcessStartMode(3)
const

Detached child process with stdin, stdout and stderr still open for communication with the child.

ProcessStartMode NORMAL = const ProcessStartMode(1)
const

Normal child process.

List<ProcessStartMode> values = const List<ProcessStartMode>
const

A constant List of the values in this enum, in order of their declaration.

Properties

index int
read-only