@lynx-js/lynxtron / ForkOptions
ForkOptions
属性
allowLoadingUnsignedLibraries?
With this flag, the utility process will be launched via the allow_child_plugin
mechanism of the UtilityProcess API.
定义于
apis/api/utility-process.d.ts:72
cwd?
Current working directory of the child process.
定义于
apis/api/utility-process.d.ts:57
env?
Environment key-value pairs. Default is process.env.
定义于
apis/api/utility-process.d.ts:49
execArgv?
List of string arguments passed to the executable.
定义于
apis/api/utility-process.d.ts:53
serviceName?
Allows configuring the mode for stdout and stderr of the child process.
Default is inherit. String value can be one of pipe, ignore, inherit.
定义于
apis/api/utility-process.d.ts:67
stdio?
If true, the child's stdin, stdout, and stderr will be piped to the parent,
otherwise they will be inherited from the parent. Default is false.
定义于