Preparing search index...
The search index is not available
@mdf.js
@mdf.js
@mdf.js/tasks
SequenceTaskBaseConfig
Interface SequenceTaskBaseConfig<Result, Binding>
Represents the base configuration for a sequence of tasks
interface
SequenceTaskBaseConfig
<
Result
=
any
,
Binding
=
any
>
{
options
:
WellIdentifiedTaskOptions
<
any
>
;
pattern
:
{
finally
?:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
;
post
?:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
;
pre
?:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
;
task
:
SingleTaskBaseConfig
<
Result
,
Binding
>
;
}
;
}
Type Parameters
Result
=
any
Binding
=
any
Index
Properties
options
pattern
Properties
options
options
:
WellIdentifiedTaskOptions
<
any
>
The schedule of the task
pattern
pattern
:
{
finally
?:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
;
post
?:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
;
pre
?:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
;
task
:
SingleTaskBaseConfig
<
Result
,
Binding
>
;
}
Task pattern
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
pattern
@mdf.js
Loading...
Represents the base configuration for a sequence of tasks