Timer-service routines
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Timer-service routines
The following table lists HLC library functions that access ABL-managed timer services.
| Function | Description |
|---|---|
prosleep( ) |
Suspends execution for a specified time interval |
proevt( ) |
Sets a specified interval timer |
prowait( ) |
Suspends execution until a specified interval timer (previously set by proevt( )) expires |
procncel( ) |
Cancels a specified interval timer previously set by proevt( ) |