Progress.Lang.UserInterrupt class

(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 CTRLC on Unix/Linux or CTRLBreak 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.

Serializable:

Yes

Constructors

The class constructors are reserved for system use only.

Super Class

Progress.Lang.Stop class

Interfaces

This class does not implement interfaces (beyond those it inherits from its base class).

Public Properties

This class does not contain properties (beyond those it inherits from its base class).

Public Methods

This class does not contain methods (beyond those it inherits from its base class).

Public Events

This class does not contain events.

Notes

See also

CATCH statement, ON STOP phrase, Progress.Lang.Stop class