Salome HOME
Missing state in the description of getJobState.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 5 Feb 2019 11:47:24 +0000 (12:47 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 5 Feb 2019 11:47:24 +0000 (12:47 +0100)
idl/SALOME_Launcher.idl

index 4da1c6c5bc0dc8ca46f2098caf3db8e0c816b2c1..8608117769d5b6dff7340102b827a24180d7bb39 100644 (file)
@@ -219,7 +219,7 @@ interface SalomeLauncher
 
   //! Get the execution state of the job.
   /*! \return "CREATED", "IN_PROCESS", "QUEUED", "RUNNING", "PAUSED",
-             "FINISHED" or "FAILED"
+             "FINISHED", "ERROR" or "FAILED"
       \see LIBBATCH/src/core/Constants.hxx
   */
   string getJobState  (in long job_id)                           raises (SALOME::SALOME_Exception);