Esposter
Preparing search index...
virrun
index
persistRun
Function persistRun
persistRun
(
backend
:
ExecBackend
,
command
:
string
|
readonly
string
[]
,
options
:
ExecOptions
,
extraLowerDirs
?:
readonly
string
[]
,
maskedPaths
?:
readonly
string
[]
,
onPersist
?:
(
upperDir
:
string
,
plan
:
readonly
FlushOp
[]
,
result
:
ExecResult
,
)
=>
void
,
)
:
Promise
<
ExecResult
>
Parameters
backend
:
ExecBackend
command
:
string
|
readonly
string
[]
options
:
ExecOptions
extraLowerDirs
:
readonly
string
[]
= []
maskedPaths
:
readonly
string
[]
= []
Optional
onPersist
:
(
upperDir
:
string
,
plan
:
readonly
FlushOp
[]
,
result
:
ExecResult
)
=>
void
Returns
Promise
<
ExecResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...