From 164397fe353163be8d7d346019889b63789868a0 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 13 Mar 2012 09:21:26 +0000 Subject: [PATCH] Implement Shutdown() method for the SALOME Session server --- idl/SALOME_Session.idl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/idl/SALOME_Session.idl b/idl/SALOME_Session.idl index 62329fa3f..ac1851233 100644 --- a/idl/SALOME_Session.idl +++ b/idl/SALOME_Session.idl @@ -34,8 +34,9 @@ module SALOME This enumeration contains values defining the state of the session */ - enum SessionState {asleep, /*!< Session is inactive */ - running /*!< Session is running */ + enum SessionState {asleep, /*!< Session is inactive */ + running, /*!< Session is running */ + shutdown /*!< Session is shutting down */ } ; /*! \brief %Session State and Statistics @@ -83,6 +84,9 @@ module SALOME //! Gets Session State StatSession GetStatSession() ; +//! Shutdowns Session server + void Shutdown(); + //! Determines whether the server has already been loaded or not. void ping(); //! Returns the PID of the server -- 2.39.2