LaunchOptions interface
Signature:
export interface LaunchOptions
Properties
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
args |
| string[] | ||
detached |
| boolean | ||
dumpio |
| boolean | ||
env |
| Record<string, string | undefined> | ||
executablePath | string | |||
handleSIGHUP |
| boolean | ||
handleSIGINT |
| boolean | ||
handleSIGTERM |
| boolean | ||
onExit |
| () => Promise<void> | ||
pipe |
| boolean |