X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLauncher_SWIG%2FLauncher.i;fp=src%2FLauncher_SWIG%2FLauncher.i;h=1d8d8f70e2612af2ca0929f5244408c328234c4f;hb=0495a4d133b055224e8a66522f49af037e89f2de;hp=1e1b89ae022b53979326c8c9eef98c1323df43e1;hpb=8c09838dcaecbd88cd1bf9830e805c739124df89;p=modules%2Fkernel.git diff --git a/src/Launcher_SWIG/Launcher.i b/src/Launcher_SWIG/Launcher.i index 1e1b89ae0..1d8d8f70e 100644 --- a/src/Launcher_SWIG/Launcher.i +++ b/src/Launcher_SWIG/Launcher.i @@ -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);