Ver código fonte

fixed routine runner delay bugs.

sangwq 1 ano atrás
pai
commit
acf413cdc1
1 arquivos alterados com 1 adições e 1 exclusões
  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))
             {