NativeChildProcess_Options
typedef struct {...} NativeChildProcess_Options
Overview
The struct describes the options used for starting a child process.
Since: 13
Related module: ChildProcess
Header file: native_child_process.h
Summary
Member Variables
| Name | Description |
|---|---|
| NativeChildProcess_IsolationMode isolationMode | Isolation mode of the child process. |
| int64_t reserved | Reserved for future use. |