Sets the condition that the innermost While or Do While container holding this functor uses to decide whether it keeps looping.
| Name | Type | Description |
|---|---|---|
| Condition | Boolean Value Type | Value to be used as the loop condition. |
None.
| Name | Type | Description |
|---|---|---|
| Condition | Boolean Value Type | Value passed on to the enclosing loop container. |
This functor must be placed inside the While or Do While container whose looping condition it sets; its output connects automatically to that container's internal condition input.
SetWhileCondition