* src/Container/SALOME_Container.cxx:
The main thread is now used for the execution of python functions. It is because of Python that allow signal handling only in the main thread. So the SuperVisionEngine may now Kill the execution of a python function.
- Now the orb is runned in another thread started from the main thread.
+ Now the orb is run in another thread started from the main thread.
2004-12-08 13:30 rahuel
dest="gui",
help=help_str)
- # Show Desktop (inly in GUI mode). Default: True
+ # Show Desktop (only in GUI mode). Default: True
help_str = "1 to activate GUI desktop [default], "
help_str += "0 to not activate GUI desktop (Session_Server starts, but GUI is not shown). "
help_str += "Ignored in the terminal mode."
*/
void clearJobWorkingDir(in long job_id) raises (SALOME::SALOME_Exception);
- //! Retrieve one sigle file from the working directory.
+ //! Retrieve one single file from the working directory.
/*! Use this method if you don't want to copy all the results of the job,
for instance if you want to obtain a file which contains the computing
progress while the job is running.
def IsInCurrentView(self, Entry):
"""Indicate if an entry is in current view"""
- print "SalomeOutsideGUI.IsIncurentView: not available outside GUI"
+ print "SalomeOutsideGUI.IsIncurrentView: not available outside GUI"
return False
def getComponentName(self, ComponentUserName ):