I want to programatically terminate execution of a .vi from various locations in the program. To do this, I want to trigger an event so that the program can then decide whether to really Quit Labview, just quit that specific .vi, or not quit at all.
Does anyone know how to trigger an event so I can handle this case?