03-06-2012 06:51 AM
The problem is that the customer sequence is launched using another sequence. So I must distinguish in wich sequence I am... This cannot be done by name, because I'm not supposed to know what's my customer sequence... So using the SequenceContext is, I think, the best way to know where I am in the execution.
Moreover, I must cancel the tracing event before entering the sequence otherwise the execview will display what's inside the sequence.
03-06-2012 07:04 AM
Hi,
You have access to the sequence context in the TraceEvent Cback! (located in the event Data)
Regards,
03-06-2012 07:09 AM
TraceEvent Cback is the callback I need to disable... That is why I must cancel UIMsg_Trace !
03-06-2012 07:34 AM
you can send void Data if the sequence index is greater than 0. I may have missed something, do you use a custom ExecutionView or the teststand executionview?