SpawnOptions
Spawn Options
Defines options for the ChildProcessAPI.spawn method, which is used to asynchronously spawn a child process; these options extend ProcOptions.
Build spawn options from a foreign Value via the SpawnOptions.from method.
Types
Link copied to clipboard
object Companion
Factories and other helpers for SpawnOptions.
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.