Esposter
Preparing search index...
virrun
Virrun
Interface Virrun
interface
Virrun
{
backend
:
string
;
dispose
:
()
=>
Promise
<
void
>
;
exec
:
(
command
:
string
|
readonly
string
[]
,
stdio
?:
ExecStdio
,
)
=>
Promise
<
ExecResult
>
;
}
Index
Properties
backend
dispose
exec
Properties
Readonly
backend
backend
:
string
dispose
dispose
:
()
=>
Promise
<
void
>
exec
exec
:
(
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
Esposter
Loading...