12-10-2018 07:59 PM
This should be a pretty simple question. Is the SequenceFilePostStepRuntimeError callback supposed to fire on a Sequence step which calls a sequence from another SequenceFile? It appears that the parent sequence's callback is not executed but the child's is. I think that makes sense I just want to be sure I am looking at this properly.
Solved! Go to Solution.
12-10-2018 09:09 PM
Any engine callback that begins with SequenceFile will only apply to the sequence file within which it resides and the steps owned by that sequence file. Unfortunately, it doesn't apply to the call chain.
I posted about it here a while back with more details: https://forums.ni.com/t5/NI-TestStand/Engine-Callbacks-Confusion-question/m-p/3194242#M49300
Hope this helps,
12-12-2018 11:23 AM
Solid post, thanks!