Preparing search index...
The search index is not available
kpo - v0.28.0
kpo
exec
Function exec
exec
(
file
,
args
?
,
options
?
,
callback
?
)
:
Async
Spawns a process. When no file is passed, it will execute
node
.
Parameters
file
:
null
|
string
Optional
args
:
null
|
string
[]
Optional
options
:
null
|
Options
Optional
callback
:
Callable
<
Subprocess
,
void
>
Returns
Async
Task
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
kpo - v0.28.0
Loading...
Spawns a process. When no file is passed, it will execute node.