OnGetCanPause Event

Applies to
TIB_Transaction

Declaration
TIB_TransactionCanPauseEvent = Procedure(Sender: TIB_Transaction; var AllowPause: boolean ) of object;

Description
Called to allow developer override of whether a transaction can be paused. This is only called if the current transaction state will permit the pause to occur - so the AllowPause parameter will be true when the event handler is called.