inheritStdio常量

ProcessStartMode const inheritStdio

子进程将继承stdio句柄。

实现

static const inheritStdio = const ProcessStartMode._internal(1);