interface ForkOptions
Properties Jump to heading
optional
Jump to headingexecPath: string | undefinedoptional
Jump to headingexecArgv: string[] | undefinedoptional
Jump to headingsilent: boolean | undefinedoptional
Jump to headingstdio: StdioOptions | undefinedCan be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings.
If passed as an array, the first element is used for stdin, the second for
stdout, and the third for stderr. A fourth element can be used to
specify the stdio behavior beyond the standard streams. See
ChildProcess.stdio for more information.
optional
Jump to headingdetached: boolean | undefinedoptional
Jump to headingwindowsVerbatimArguments: boolean | undefined