As the title says, the "waitUntil" command is no longer functioning
correctly, I believe the issue came in after the last update a couple
of days ago and I hope this can be resolved soon,
Thanks.
As the title says, the "waitUntil" command is no longer functioning
correctly, I believe the issue came in after the last update a couple
of days ago and I hope this can be resolved soon,
Thanks.
Go into the editor and in the debug console type the following:
waitUntil{false}; hint "Hello World";
The result will be a hint box popping up with the
text "Hello World", and you will also get the following
message in your RPT file:
Suspending not allowed in this context
Error in expression <waitUntil{false}; hint "Hello World";>
Error position: <false}; hint "Hello World";> Error Generic error in expression
I was just looking for a temporary workaround for this issue
and I discovered that the "while" command seems to be having
some similar trouble, its some fairly odd behavior.
Waituntil needs to be executed in scheduled environment, which debug console execution field is not. Use spawn for that matter from debug console: