Break Loop-7.324.1031

Break Loop-7.324.1031

teszczvgb.png

 

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.

Need help?

Technical contact to tech@argos-labs.com



May you search all operations,

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)

 

image-20260326-042421.png

 

Return Code

Code

Meaning

0

current_count <=max_loop_count(Continue Loop)

1

current_count > max_loop_count(Loop will stop)

9

Exceptional case