klyn.data.EntityTransaction.active
property
public readonly property active as Boolean:
Description

Indicates whether this transaction has begun and has not completed.

if manager.transaction.active:
print("transaction active")