Back to main

 

Function 5 - pause.

 

Delays the execution of the program for a specified time.

Options:

   * eax = 5 - function number

   * ebx = time in hundredths of a second

Return value:

   * function does not return value

Remarks:

   * Transfer ebx = 0 does not transfer control to the next process and no action at all. If really control to the next process is required (finish current time slice), use subfunction 1 functions 68.

Constants for registers:

   eax - SF_SLEEP (5)