ProcOptions
Process Options
Defines base options which relate to process launching through the Node Child Process API; these options are further used/extended from concrete options types, such as ExecSyncOptions.
Inheritors
Properties
Link copied to clipboard
Signal which is preferred for use when killing this process.
Link copied to clipboard
Specifies configurations for I/O streams for a process operation.
Link copied to clipboard
Timeout, in seconds, after which the process should no longer be allowed to live.
Link copied to clipboard
Whether to hide the process window for this process, if running on Windows; inert on all other platforms.