NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Detect "Run Selected Steps Using...Single Pass"

Solved!
Go to solution

I want to programmatically detect when an operator selects "Run Selected Steps Using...Single Pass" then display a message window.  how can I accomplish this?

 

Thx.

0 Kudos
Message 1 of 2
(2,106 Views)
Solution
Accepted by topic author chino_boy

I think I found my answer in a related post.  NameOf(RunState.Caller.RunState.Sequence) will return "Single Pass"  if the operator elects to run steps selected from the sequence.

 

https://forums.ni.com/t5/NI-TestStand/How-do-I-determine-the-execution-entry-point-used/td-p/586805

0 Kudos
Message 2 of 2
(2,088 Views)