Esposter
Preparing search index...
virrun
index
Virrun
Interface Virrun
interface
Virrun
{
backend
:
BackendType
;
dispose
:
()
=>
Promise
<
void
>
;
exec
:
(
command
:
string
|
readonly
string
[]
,
stdio
?:
ExecStdio
,
)
=>
Promise
<
ExecResult
>
;
fork
:
(
command
:
string
|
readonly
string
[]
,
stdio
?:
ExecStdio
,
)
=>
Promise
<
ExecResult
>
;
persist
:
(
command
:
string
|
readonly
string
[]
,
stdio
?:
ExecStdio
,
)
=>
Promise
<
ExecResult
>
;
}
Index
Properties
backend
dispose
exec
fork
persist
Properties
Readonly
backend
backend
:
BackendType
dispose
dispose
:
()
=>
Promise
<
void
>
exec
exec
:
(
command
:
string
|
readonly
string
[]
,
stdio
?:
ExecStdio
,
)
=>
Promise
<
ExecResult
>
fork
fork
:
(
command
:
string
|
readonly
string
[]
,
stdio
?:
ExecStdio
,
)
=>
Promise
<
ExecResult
>
persist
persist
:
(
command
:
string
|
readonly
string
[]
,
stdio
?:
ExecStdio
,
)
=>
Promise
<
ExecResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backend
dispose
exec
fork
persist
Esposter
Loading...