STOPPED attribute

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.