[Progress Communities] [Progress OpenEdge ABL] Forum Post: sleep vs pause

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
In the application I am working on, I come across the use of the (external) sleep function a lot. PROCEDURE Sleep EXTERNAL "kernel32.DLL": DEFINE INPUT PARAMETER intMilliseconds AS LONG. END PROCEDURE. Both sleep and pause do not seem to burden the cpu so would there be any advantage in using sleep over a normal pause statement?

Continue reading...
 
Status
Not open for further replies.
Back
Top