TestStand seqence runs in parallel model. There is a parallel monitoring thread VI that monitors a few digital signals and takes action on a TestStand sequence execution.
When the external digital signal flags, I need to stop or interrupt the current UUT (serial) execution, do cleanups and go back to PreUUT for the next serial number. Essentially, I have to jump back to PreUUT when this signal flags. How could this be achieved with TestStand APIs with this parallel monitoring thread?