Progress.Lang.LockConflict class

The AVM throws an instance of the Progress.Lang.LockConflict class and raises the STOP condition when a time-out occurs while waiting for a record lock or when the user indicates they want to stop waiting.

You can therefore catch instances of Progress.Lang.LockConflict in a CATCH block to trap each STOP condition raised by a time-out while waiting for a record lock. Its public properties provide information on the context in which the record lock is held.

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

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