durable-execution - v0.32.0
GitHub
Preparing search index...
DefaultParentTaskOutput
Type Alias DefaultParentTaskOutput<TRunOutput>
The default output type for a parent task when no
finalize
task is provided.
type
DefaultParentTaskOutput
<
TRunOutput
=
unknown
>
=
{
output
:
TRunOutput
;
children
:
ReadonlyArray
<
FinishedChildTaskExecution
>
;
}
Type Parameters
TRunOutput
=
unknown
Index
Properties
output
children
Properties
output
output
:
TRunOutput
children
children
:
ReadonlyArray
<
FinishedChildTaskExecution
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
output
children
GitHub
durable-execution - v0.32.0
Loading...
The default output type for a parent task when no
finalize
task is provided.