Preparing search index...
The search index is not available
@toreda/shared-types - v3.0.0
@toreda/shared-types
RunnableOutcome
Interface RunnableOutcome<ReturnT>
Result object returned when runnable task invocation completes, whether it fails or succeeds.
interface
RunnableOutcome
<
ReturnT
>
{
execution
:
{
complete
:
boolean
;
errors
:
Error
[]
;
exception
:
boolean
;
}
;
returnValue
:
null
|
ReturnT
;
}
Type Parameters
ReturnT
Index
Properties
execution
return
Value
Properties
execution
execution
:
{
complete
:
boolean
;
errors
:
Error
[]
;
exception
:
boolean
;
}
Type declaration
complete
:
boolean
errors
:
Error
[]
exception
:
boolean
return
Value
return
Value
:
null
|
ReturnT
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
execution
return
Value
@toreda/shared-types - v3.0.0
Loading...
Result object returned when runnable task invocation completes, whether it fails or succeeds.