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: 

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,101 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,083 Views)