Salome HOME
Generate an error when no resource can run a task with the workload manager.
[modules/yacs.git] / src / workloadmanager / Task.hxx
index 71dc10eedbabbe24d812534e1ac4384ea0974d02..f00c8408a9828cb646828d6c44d114dc62b86087 100644 (file)
@@ -64,6 +64,8 @@ namespace WorkloadManager
     ContainerType type;
     Resource resource;
     unsigned int index=0; // worker index on the resource for this type
+    bool isOk = true;
+    std::string error_message = "";
   };
 
   /**