Break
Break
Jumps out of a LOOP, UNTIL or WHILE and begins execution at the line after the loop.
Comments
Useful when a loop is used to find a Work Item in a queue - break when you have found the item required.
Break
Jumps out of a LOOP, UNTIL or WHILE and begins execution at the line after the loop.
Comments
Useful when a loop is used to find a Work Item in a queue - break when you have found the item required.