LastStoppped property

Applies to
TIB_Transaction

Declaration
Property LastStoppped : TDateTime;

Description
The datetime when the transaction was last stopped (committed or rolledback). (If 0 then the transaction has never been stopped.) Unlike StartedDateTime this property is set with the actual API call which means that it always reflects the actual transaction stop time, regardless of internal processing of this class.