06-27-2014 01:00 PM
Hi,
What could be the reason for TesStand not calling PrcessCleanup sequence when I terminate the sequence execution?
I am using sequential model. I placed breakpoints in ProcessCleanup sequence and they are not getting hit.
Thanks
CT
06-30-2014 08:03 AM
Maybe you aborted and not terminated.
For termination all cleanup sequences are run including process cleanup.
For abort execution simply stops or aborts.
06-30-2014 09:04 AM
CT,
did you active debugging during Termination?
Norbert