qie.pause¶ Signature: qie.pause(timeout) Returns: void Pauses execution for the specified timeout (in milliseconds). Parameters¶ Type Name Description Default Long timeout the number of milliseconds that the thread should pause Example¶ /* single processor thread pause */ qie.pause(2500); // pauses execution for 2.5 seconds