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

In This Topic
    IsEplanTransactionRunning Property
    In This Topic
    Tells if a P8 transaction is open.
    Syntax
    public bool IsEplanTransactionRunning {get;}
    public:
    property bool IsEplanTransactionRunning {
       bool get();
    }

    Property Value

    true, when there is an opened Transaction false, when a transaction is not open
    Remarks
    P8 (or framework) transaction is a transaction which was started inside of framework.
    See Also