@tapjs/processinfo
GitHub
isaacs projects
Preparing search index...
process-on-spawn
ProcessOnSpawn
SpawnOptions
Interface SpawnOptions
interface
SpawnOptions
{
args
:
readonly
string
[]
;
cwd
:
string
;
detached
:
boolean
;
env
:
ProcessEnv
;
execPath
:
string
;
gid
?:
number
;
uid
?:
number
;
windowsHide
:
boolean
;
windowsVerbatimArguments
:
boolean
;
}
Index
Properties
args
cwd
detached
env
exec
Path
gid?
uid?
windows
Hide
windows
Verbatim
Arguments
Properties
args
args
:
readonly
string
[]
cwd
cwd
:
string
detached
detached
:
boolean
env
env
:
ProcessEnv
exec
Path
execPath
:
string
Optional
gid
gid
?:
number
Optional
uid
uid
?:
number
windows
Hide
windowsHide
:
boolean
windows
Verbatim
Arguments
windowsVerbatimArguments
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
cwd
detached
env
exec
Path
gid
uid
windows
Hide
windows
Verbatim
Arguments
GitHub
isaacs projects
@tapjs/processinfo
Loading...