Salome HOME
new method returning calculation progress
[modules/yacs.git] / src / engine / Proc.hxx
index e4b8329a3a7ce7f525e9340e621ca1df7b13ff23..a09b026c9c4eb6c201b601562c3bc277db5f0118 100644 (file)
@@ -67,6 +67,7 @@ namespace YACS
 
       YACS::StatesForNode getNodeState(int numId);
       std::string getNodeProgress(int numId);
+      int getGlobalProgressPercent();
       std::string getInPortValue(int nodeNumId, std::string portName);
       std::string setInPortValue(std::string nodeName, std::string portName, std::string value);
       std::string getOutPortValue(int nodeNumId, std::string portName);