(Technical Preview only in OpenEdge Release 11.7)
When enabled, the AVM throws an instance of this Progress.Lang.StopAfter class and raises the STOP condition when a time-out occurs in response to the STOP-AFTER setting on a DO, FOR, or REPEAT block.
You can therefore catch instances of Progress.Lang.StopAfter in a CATCH block to trap each STOP condition raised by a time-out for a block that exceeds its STOP-AFTER setting, if any.
You cannot inherit from this class.
This class does not contain properties (beyond those it inherits from its base class).