Hello,

is it possible to suspend a function in qscript?

for example I have a c++ function called sleep(int ms);
which is called from within a script function.

and inside that c++ function I break the evaluation (save it somewhere)
and when the time elapsed resume the script.

Thanks in advance,
rene