bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
LoopDefinition
Interface LoopDefinition
Definition of a doUntil/doWhile loop (type-erased)
interface
LoopDefinition
{
condition
:
LoopCondition
<
any
,
any
>
;
maxIterations
:
number
;
steps
:
StepDefinition
[]
;
}
Index
Properties
condition
max
Iterations
steps
Properties
condition
condition
:
LoopCondition
<
any
,
any
>
max
Iterations
maxIterations
:
number
steps
steps
:
StepDefinition
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
max
Iterations
steps
Guide
GitHub
bunqueue
Loading...
Definition of a doUntil/doWhile loop (type-erased)