GET-WAIT-STATE( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns a string indicating the current wait-state.
Return type: CHARACTER
Applies to: SESSION system handle
Syntax
|
If the SET-WAIT-STATE( ) method was called with "GENERAL" or "COMPILER", GET-WAIT-STATE( ) returns that string. If the SET-WAIT-STATE( ) method was called with an arbitrary pointer name, GET-WAIT-STATE( ) returns "CUSTOM". If there is no current wait-state, GET-WAIT-STATE( ) returns an empty string ("").