03-15-2013 09:16 AM
Hi to ALL
I'd like to know if there is a method which I can call to programmatically shutdown the teststand editor after the sequence, which was running, has terminated its work. Does anyone know if it is possible? How can I do that?
I've already tried to call the Engine.ShutDown method but it doesn't do what I'm trying to do.....
03-19-2013 03:30 AM
If you are using a custom user interface, you should use the EndExecution UIMsg to shutdown the application.
When trying to shutdown the engine while an execution is still executing, you have to stop the execution first. This could be a ... difficult thing.
So better use the callback in the UI when the execution is already finished and shutdown everything gracefully.
thanks,
Norbert