CTBase::IsTransActive
Syntax
CTBOOL IsTransActive ( ) const
Parameters
This method has no parameters.
Description
Indicates if a transaction has been started with a call to Begin, but not terminated with a call to Commit() or Abort().
Return
IsTransActive() returns YES if there is one transaction pending and NO otherwise.
See also
Begin(), Abort(), Commit(), IsLockActive()