ForkOptions
Fork Options
Defines options for the ChildProcessAPI.fork method, which is used to spawn forked child processes running the main runtime engine; these options extend ProcOptions.
Build fork options from a foreign Value via the ForkOptions.from method.
Types
Link copied to clipboard
object Companion
Factories and other helpers for ForkOptions.
Properties
Link copied to clipboard
Signal to use to kill the process.
Link copied to clipboard
Serialization to use between processes.
Link copied to clipboard
Standard I/O configuration.
Link copied to clipboard
Timeout for the process, in seconds.
Link copied to clipboard
Whether to hide the process window.
Link copied to clipboard
Whether to use verbatim arguments on Windows.