02-12-2016 04:21 PM
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
Solved! Go to Solution.
02-12-2016 04:35 PM
RunState.Root != RunState.Main
or
PropertyExists("RunState.ProcessModelClient")