NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Property to tell if process model was run?

Solved!
Go to solution

Hi,

Is there a property to look at from a sequence context, where I can tell if the process model was run or not?  I need to programmatically change some initialization in a substep vi, depending on if the process model was run.

 

Thanks for any insight,

David Jenkinson

0 Kudos
Message 1 of 2
(3,222 Views)
Solution
Accepted by topic author david_jenkinson

RunState.Root != RunState.Main

 

or

 

PropertyExists("RunState.ProcessModelClient")

Message 2 of 2
(3,220 Views)