Break Loop-7.324.1031
| Break Loop |
Author: Arun Kumar:(arunk@argos-labs.com) : Sandeep Kumar (sandeepsharma@argos-labs.com)
The Break Loop plugin runs the loop until the maximum count is reached. If the reset option is checked, the loop starts again from 0. |
Input (Required)
· Max Loop Count- Set the max loop count.
Advance-
· Reset Counter – Check this option to reset the loop count to 0.
Return Value
It will return the output in string format.
Parameter setting examples (diagrams)
Return Code
Code | Meaning |
0 | current_count <=max_loop_count(Continue Loop) |
1 | current_count > max_loop_count(Loop will stop) |
9 | Exceptional case |