Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
IRunOptions
Interface IRunOptions
options used when starting an external application through runExecutable
interface
IRunOptions
{
cwd
?:
string
;
detach
?:
boolean
;
env
?:
{
[
key
:
string
]:
string
}
;
expectSuccess
?:
boolean
;
onSpawned
?:
(
pid
?:
number
)
=>
void
;
shell
?:
boolean
;
suggestDeploy
?:
boolean
;
}
Index
Properties
cwd?
detach?
env?
expect
Success?
on
Spawned?
shell?
suggest
Deploy?
Properties
Optional
cwd
cwd
?:
string
Optional
detach
detach
?:
boolean
Optional
env
env
?:
{
[
key
:
string
]:
string
}
Optional
expect
Success
expectSuccess
?:
boolean
Optional
on
Spawned
onSpawned
?:
(
pid
?:
number
)
=>
void
Optional
shell
shell
?:
boolean
Optional
suggest
Deploy
suggestDeploy
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cwd
detach
env
expect
Success
on
Spawned
shell
suggest
Deploy
Plants vs. Zombies: Replanted - v1.0.3
Loading...
options used when starting an external application through runExecutable