prosleep( ) - Sleep For Specified Interval
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
|
- 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