Return to the beginning of the program

Not sure if the best way to do it, but you could insert your code in a < Loop > node that monitors an exit variable as its looping condition such as the below image. Doing this will cause the cursor not to follow the execution of your code.

Alternatively, there is this < break > node available or you can probably create your own script to do this also.