Explorar o código

fixed routine runner delay bugs.

sangwq hai 1 ano
pai
achega
acf413cdc1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Venus/Framework/Common/Routine/RoutineRunner.cs

+ 1 - 1
Venus/Framework/Common/Routine/RoutineRunner.cs

@@ -265,7 +265,7 @@ namespace MECF.Framework.Common.Routine
             return this;
         }
 
-        public RoutineRunner LoopEnd(int id, Func<bool> action, Func<bool> condition, int timeout = _defaultDelay)
+        public RoutineRunner LoopEnd(int id, Func<bool> action, Func<bool> condition, int timeout = _defaultTimeout)
         {
             if (bAllowLoopSubStepStart(id))
             {