Skip sequence in CSV if multiple errors occur

Would be a nice feature if the script would automatically skip to the next sequence if their were multiple errors in the current sequence.

Instead of having to wait through the entire script to start the next loop, wastes a lot of time.

You can check the value of !statusOK - if false (= error happened!) you can do a “BREAK” command to jump out of the loop.