Progress
External Program
Interfaces


prosleep() - Sleep For Specified Interval

The prosleep() function causes your application to suspend execution for a specified time interval. Use prosleep() only in special circumstances; signals and interrupts do not interrupt this function:

SYNTAX

void 
prosleep ( seconds )
  int seconds; 

seconds

This input parameter specifies the number of seconds to suspend execution.

SEE ALSO

prockint() - Test for Interrupt Key, procncel() - Cancel Interval Timer, proevt() - Set Interval Timer, prowait() - Wait For Timer To Expire


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095