AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ ClearWait()

void drama::thread::TUface::ClearWait ( bool  complete)
overrideprotectedvirtual

Clear the thread' waiting flag in _waitEventMap.

Parameters
completeIf true, then it is known the transaction is actually complete. Set false if know to be not complete or unknown. Determines if we orphan the transaction.

Implements drama::thread::TMessHandler.

Referenced by WaitForTransactionFinish().