exit_loop
Last updated
Was this helpful?
Last updated
Was this helpful?
The exit_loop
statement will terminate the current loop.
exit_loop
The exit_loop
statement will immediately terminate the current loop and script execution will jump to the statement following the }
at the end of the current loop.
This can be done even if the exit_loop
statement is within one or more constructs inside the loop.
If no loop is in effect then an error will be logged and the script will terminate.