Salome HOME
Add exportInputFiles to SALOME_Launcher
[modules/kernel.git] / src / Launcher_SWIG / Launcher.i
index 1e1b89ae022b53979326c8c9eef98c1323df43e1..1d8d8f70e2612af2ca0929f5244408c328234c4f 100644 (file)
@@ -214,6 +214,7 @@ public:
   void         launchJob(int job_id);
   std::string  getJobState(int job_id);
   std::string  getAssignedHostnames(int job_id); // Get names or ids of hosts assigned to the job
+  void         exportInputFiles(int job_id);
   void         getJobResults(int job_id, std::string directory);
   void         clearJobWorkingDir(int job_id);
   bool         getJobDumpState(int job_id, std::string directory);