|
@@ -265,7 +265,7 @@ namespace MECF.Framework.Common.Routine
|
|
return this;
|
|
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))
|
|
if (bAllowLoopSubStepStart(id))
|
|
{
|
|
{
|