Forum Navigation
You need to log in to create posts and topics.

Re: Yielding Processor

Posted by: jsmorr <jsmorr@...>

You could just call HANDLEEVENTS in the middle of the loop/function.
That way, the runtime does the updates and keeps everything smooth.

Otherwise, I think you can just use CALL SYSTEMTASK to give time to
other processes.

John M.