Progress.Lang.UserInterrupt class

The AVM throws an instance of the Progress.Lang.UserInterrupt class and raises the STOP condition when the AVM detects that the user has pressed the STOP key (usually mapped to CTRL+C on Unix/Linux or CTRL+Break in 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 in this way.

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