Eplan Platform API
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;}
    public:
    property bool IsTransactionRunning {
       bool get();
    }

    Property Value

    • TRUE if there is an open read-write transaction
    • FALSE if a read-write transaction is not open
    Remarks
    API transaction is a transactions which was explicitly or implicitly started from API.
    See Also