Salome HOME
Exit procedure added in tests. Not killing all servers yet.
[modules/med.git] / src / MEDCalc / tui / medevents.py
index c30db75b71947611fc1cb4219447fe0e10a29a3f..6c3c28d711802337e8fae9466598fe60fab78736 100644 (file)
@@ -117,3 +117,7 @@ def notifyGui_addPresentation(fieldId, presId):
 #
 def notifyGui_playQtTestingScenario(filename):
   __notifyGui(MEDCALC.EVENT_PLAY_TEST, filename=filename)
+#
+def notifyGui_termination():
+  __notifyGui(MEDCALC.EVENT_QUIT_SALOME)
+