NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I determine overall test status of a sequence in cleanup before test completes

I want to insert an if condition and base it off the overall test result of the sequence.  Based on the test result I would then run a particular call to another step.  Where can I find the overall result of the test?  Root.Runstate.x.x.?????
0 Kudos
Message 1 of 2
(3,087 Views)

RunState.SequenceFailed is what you are looking for.  However, it's kinda tricky because if it's true then you have a failure.  If it's false then the sequence passed.

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(3,070 Views)