Eplan Platform API
Eplan.EplApi.EServices Namespace / Verification Class / VerificationState Property

In This Topic
    VerificationState Property (Verification)
    In This Topic
    The VerificationState determines the actual adjusted check type whereas the permission determines what state is theoretically allowed at most.
    Syntax
    public IVerificationBase.VerificationState VerificationState {get; set;}
    Remarks
    The state must comply to the permission: only weaker states can be set dynamically. The state is normally set from scheme settings (by the scheme dialog, for instance). supported state values are: 0=NoExecutionState: The verification will be not executed in the next offline check run (certainly not in online mode). 1=OfflineOnlyState: The verification will be executed in an offline check run but not online. 2=OnlineOfflineState: The verification will be executed in an offline check run as well as online. "Online" means, that every time an undo step opens (an object is changed, a new object is inserted or an object is deleted), the verification will be executed. OnlineOfflineState is the default. 3=RestrictiveState: The verification will be executed in an offline check run as well as online. Additionally in online mode and if the verification announces an error, the last change will be canceled. This state can only be set if the permission of the verification was initialized with RestrictivePermitted.
    See Also