SIMPOL Documentation

The !wait() Function

This function provides are system friendly method of waiting for a specified amount of time. The argument to the function is the number of microseconds that the function should wait. While the function is waiting, it will not make unnecessary use of system resources, however, if there is more than one thread being processed, a true wait will only occur if all of the threads are waiting for some reason (waiting for a connection, waiting via this function, waiting in some operation that includes a retry and timeout, etc.).