I have a simple Step() like this (UTask override):
public override status Step() => Idle() && Pause(2) && NavigateToTarget();
where Idle() and NavigateToTarget() are custom actions. Problems is Pause() is running indefinately and not only for the duration.
btw, "duration" is in seconds?