STOPPED attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Indicates whether the last compilation stopped prior to completion.
Data type: LOGICAL
Access: Read-only
Applies to: COMPILER system handle
If set to TRUE, the STOPPED attribute
indicates that the user interrupted the compile with CTRL+C or CTRL+BREAK.
Because this raises the STOP condition you must handle it
with an ON STOP block or CATCH block to look at the attribute.