core-utils
Preparing search index...
@clipboard-health/tribunal
IntermediateOutputRecorder
Interface IntermediateOutputRecorder
interface
IntermediateOutputRecorder
{
filePath
:
string
;
markCompleted
:
(
response
:
TribunalResponse
)
=>
Promise
<
void
>
;
markFailed
:
(
error
:
unknown
)
=>
Promise
<
void
>
;
onProgress
:
TribunalProgressHandler
;
}
Index
Properties
file
Path
mark
Completed
mark
Failed
on
Progress
Properties
file
Path
filePath
:
string
mark
Completed
markCompleted
:
(
response
:
TribunalResponse
)
=>
Promise
<
void
>
mark
Failed
markFailed
:
(
error
:
unknown
)
=>
Promise
<
void
>
on
Progress
onProgress
:
TribunalProgressHandler
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Path
mark
Completed
mark
Failed
on
Progress
core-utils
Loading...