(Technical Preview only in OpenEdge Release 11.7)
When enabled, and in most AVM contexts, the AVM throws an instance of this Progress.Lang.UserInterrupt class and raises the STOP condition when the user interrupts the AVM by pressing the STOP key, which is usually mapped to CTRL–C on Unix/Linux or CTRL–Break on Windows.
You can therefore catch instances of Progress.Lang.UserInterrupt in a CATCH block to trap each STOP condition raised when the user interrupts the AVM by pressing the OS interrupt key.
You cannot inherit from this class.
This class does not contain properties (beyond those it inherits from its base class).