10-16-2017 02:47 AM
Hi,
I need to find whether Teststand sequence was running or stopped using the Sequence context reference. Is there anyway to find it?
Solved! Go to Solution.
10-16-2017 09:24 AM
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,