API Help
Eplan.EplApi.DataModel Namespace / TransactionManager Class / IsTransactionRunning Property

In This Topic
IsTransactionRunning Property
In This Topic
Tells if a read-write API transaction is open.
Syntax
public bool IsTransactionRunning {get;}

Property Value

true, when there is an open read-write transaction false, when a read-write transaction is not open
Remarks
API transaction is a transactions which was explicitly or implicitly started from API.
See Also