endurox.tpresume¶
- endurox.tpresume(tranid: endurox.TPTRANID, flags: int = 0) None ¶
Resume previously suspended global transaction.
For more details see tpresume(3) C API call.
- Raises:
AtmiException –
- Parameters:
tranid (TPTRANID) – Transaction identifier returned by
tpsuspend()
.flags (int) – Bitwise flags of
TPTXNOOPTIM
andTPTXTMSUSPEND
. default value is 0.
- Returns:
tid – Suspend transaction identifier
- Return type:
TPTRANID