From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Find status of sequence in teststand

Solved!
Go to solution

Hi,
I need to find whether Teststand sequence was running or stopped using the Sequence context reference. Is there anyway to find it?

0 Kudos
Message 1 of 2
(2,609 Views)
Solution
Accepted by PadmanabanJ

You can use RunState.Execution.GetStates. 

 

http://zone.ni.com/reference/en-XX/help/370052R-01/tsapiref/reftopics/execution_getstates_m/

 

This will show you the state of execution.

 

Hope this helps,

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