Salome HOME
Add a remove working directory feature to the Launcher.
[modules/kernel.git] / src / Launcher / Launcher.hxx
index b7c66213746d519458c7278a9d04adfdf738b945..728694eddfe5a9047d568e43baf2d18c836cf7c1 100644 (file)
@@ -68,6 +68,7 @@ public:
   const char * getJobState(int job_id);
   const char * getAssignedHostnames(int job_id); // Get names or ids of hosts assigned to the job
   void         getJobResults(int job_id, std::string directory);
+  void         clearJobWorkingDir(int job_id);
   bool         getJobDumpState(int job_id, std::string directory);
   bool         getJobWorkFile(int job_id, std::string work_file, std::string directory);
   void         stopJob(int job_id);