STOPPED attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.