stop iteration of node(a)
|
Group |
If a=true, the current iteration of the parent node is finished but all remaining iterations are aborted. The function can be placed on any field below the node. Note: This function does not work with set option simple data mapper and can only be used on a field.
The return value of the function is a.
Description of Parameters
|
Parameter |
Description |
|
a |
If true, the function will be executed. |
Examples
|
Parameter a |
Result |
|
true |
true |
|
false |
false |