Forráskód Böngészése

fixed routine runner delay bugs.

sangwq 1 éve%!(EXTRA string=óta)
szülő
commit
acf413cdc1
1 módosított fájl, 1 hozzáadás és 1 törlés
  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))
             {