Salome HOME
Add a remove working directory feature to the Launcher.
[modules/kernel.git] / src / Launcher / SALOME_Launcher.hxx
index cf4f5795d56090d8aa3fabeaee867fa486aa49a8..a04a5d48ee989c43e96a51096712eb1bf327e1e0 100644 (file)
@@ -51,6 +51,7 @@ public:
   char *      getJobState  (CORBA::Long job_id);
   char *      getAssignedHostnames  (CORBA::Long job_id); // Get names or ids of hosts assigned to the job
   void        getJobResults(CORBA::Long job_id, const char * directory);
+  void        clearJobWorkingDir(CORBA::Long job_id);
   CORBA::Boolean getJobDumpState(CORBA::Long job_id, const char * directory);
   CORBA::Boolean getJobWorkFile(CORBA::Long job_id, const char * work_file, const char * directory);
   void        stopJob      (CORBA::Long job_id);