]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher_SWIG/Launcher.i
Salome HOME
python_test_driver.py declination of salome_test_driver.py for SSL mode (timeout...
[modules/kernel.git] / src / Launcher_SWIG / Launcher.i
index 1e1b89ae022b53979326c8c9eef98c1323df43e1..ab5df1ac50ddc09bae47b6c75bcb68db9775f488 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019  CEA/DEN, EDF R&D
+// Copyright (C) 2019-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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);