From f358c639293d1e05cedcef98aad93d355312d8b3 Mon Sep 17 00:00:00 2001 From: Ovidiu Mircescu Date: Tue, 5 Feb 2019 12:47:24 +0100 Subject: [PATCH] Missing state in the description of getJobState. --- idl/SALOME_Launcher.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idl/SALOME_Launcher.idl b/idl/SALOME_Launcher.idl index 4da1c6c5b..860811776 100644 --- a/idl/SALOME_Launcher.idl +++ b/idl/SALOME_Launcher.idl @@ -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); -- 2.39.2