NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to check execution flow?

Hello,

I have following questoin : is it possible from one execution (thread) to check if other execution (thread) is running , paused etc. If it is - what is the most effective way to do this.
0 Kudos
Message 1 of 2
(2,941 Views)
You can call Execution.GetStates. Note that all threads in a execution suspend (at breakpoints) and resume as a group. Thus, you don't need to check the suspend state of a particular thread in an execution.
Message 2 of 2
(2,941 Views)