Exit Loop ========= Category -------- Loop Commands Description ----------- This command signifies the current loop should exit and resume work past the point of the current loop. Use this command to signify that looping should end and commands outside the loop should resume execution. Parameters ---------- Command without parameter. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Loop Commands\\Exit Loop\\Exit Loop.xml` See Also -------- - :doc:`End Loop ` - :doc:`Loop Continuously ` - :doc:`Loop List ` - :doc:`Loop Number Of Times ` - :doc:`Loop While ` - :doc:`Next Loop `