You are here: Start » Filter Reference » Data Flow » Loop Generators » Repeat
Module: | FoundationLite |
---|
Generates a loop that ends at the first invocation with True on the input.
Applications
Name | Type | Description | |
---|---|---|---|
inUntil | Bool | If 'True' the loop will break | |
inDelay | Integer | Time between iterations in milliseconds |
Examples
Remarks
The Delay parameter determines how long the Repeat filter will last in subsequent iterations. The value is not taken into consideration in the first iteration. Therefore, the Repeat filter should be put at the beginning of the macrofilter if the user needs to set the delay between iterations.
It is possible to end Repeat immediately under certain condition. For such case use Exit.
All Enumerate* filters (such as EnumerateImages or EnumerateCombinations) provide Repeating themselves, without additional Repeat filter.
Complexity Level
This filter is available on Basic Complexity Level.