Wait until Action keeps waiting

Hi,

The Wait Until action in FB 6.3.0.1506 seems to wait indefinite. I use this action to stall the FinalBuilder between 2:30AM and 4:30AM and should proceed after the Wait Until (“04:30”). This is always on the same day. The execute condition looks like this.

(CDbl(TimeValue(Now())) >= CDbl(TimeValue(“02:30”)) And CDbl(TimeValue(Now())) < CDbl(TimeValue(“04:30”)))

I’ve seen situations where the action should have finished waiting but did not continue.

Any idea

Regards Alfred

Hi Alfred

I’m not able to reproduce this here, can you send us your project file so we can test it here.