Preparing search index...
The search index is not available
sync-child-process
sync-child-process
Options
Interface Options
A subset of the options for
child_process.spawn()
.
interface
Options
{
argv0
?:
string
;
cwd
?:
string
;
env
?:
Record
<
string
,
string
>
;
gid
?:
number
;
killSignal
?:
string
|
number
;
shell
?:
string
|
boolean
;
timeout
?:
number
;
uid
?:
number
;
windowsHide
?:
boolean
;
windowsVerbatimArguments
?:
boolean
;
}
Index
Properties
argv0?
cwd?
env?
gid?
kill
Signal?
shell?
timeout?
uid?
windows
Hide?
windows
Verbatim
Arguments?
Properties
Optional
argv0
argv0
?:
string
Optional
cwd
cwd
?:
string
Optional
env
env
?:
Record
<
string
,
string
>
Optional
gid
gid
?:
number
Optional
kill
Signal
kill
Signal
?:
string
|
number
Optional
shell
shell
?:
string
|
boolean
Optional
timeout
timeout
?:
number
Optional
uid
uid
?:
number
Optional
windows
Hide
windows
Hide
?:
boolean
Optional
windows
Verbatim
Arguments
windows
Verbatim
Arguments
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
argv0
cwd
env
gid
kill
Signal
shell
timeout
uid
windows
Hide
windows
Verbatim
Arguments
sync-child-process
Loading...
A subset of the options for
child_process.spawn()
.