|
Is there some FN like EventsProcessed for waiting all things done, but not pause
seems “break” and “sleep” just pause events process , but not wait all script done
http://17de.com/x3d/
http://x3d.spaces.live.com/
http://vr.mingxiaoling.org/
|
|
|
|
I suppose you could use a timer to check if things are done. Make your check
is simple so you aren’t introducing “lag” into your processing run.
The timer runs independent of order of execution...just make sure
you trap it so it doesn’t fire prematurely.
|
|
|
|
Hi, I can’t find an answer for so long..
I’ve got script that runs as usual and then uses few DotNet BackgroundWorker threads for some hard job...after finishing these jobs(I can track this through the global variable) script has to continue the work, as after common command execution.
But it goes further right after threads start...and their result comes too late :(
Any ideas?
|
|
|