(Technical Preview only in OpenEdge Release 11.7)
When enabled, the AVM throws an instance of this Progress.Lang.LockConflict class and raises the STOP condition when a time-out occurs while waiting for a record lock or when the user presses Cancel in the dialog box displayed during the record lock waiting period.
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.