Salome HOME
Merge branch 'omu/multijob'
[modules/kernel.git] / idl / SALOME_Launcher.idl
index 11b35e318889380199c3cee0065b73dd5c6087a6..70911c276b767ac54af4645612fded2c097d3bae 100644 (file)
@@ -227,6 +227,9 @@ interface SalomeLauncher
   //! Get names or ids of hosts assigned to the job
   string getAssignedHostnames  (in long job_id)                  raises (SALOME::SALOME_Exception);
 
+  //! Copy all the in_files of the job to the work_directory.
+  void exportInputFiles(in long job_id) raises (SALOME::SALOME_Exception);
+
   //! Copy the result files from the work directory of the job
   //! to a local directory.
   /*! The list of result files is given by the JobParameters::out_files parameter.