allow other processing
allow other processing statement, it first checks to see how long the procedure has been running. If it has been running for more than 200 milliseconds, G2 puts the procedure at the end of the list of tasks with the same priority on the current task queue and proceeds to execute the other tasks on the queue. If the procedure has not been running for more than 200 milliseconds, G2 continues processing the procedure. Thus G2 will not interrupt the procedure, even if there is an
allow other processing statement, if the procedure has not used more than 200 milliseconds of processing time.