Eplan Platform API
Eplan.EplApi.Base Namespace / Progress Class / SetAllowCancel Method
True: Cancel is possible; False: Cancel is not possible

In This Topic
    SetAllowCancel Method (Progress)
    In This Topic
    Allows canceling.
    Syntax
    public void SetAllowCancel( 
       bool bAllow
    )
    public:
    void SetAllowCancel( 
       bool bAllow
    ) 

    Parameters

    bAllow
    True: Cancel is possible; False: Cancel is not possible
    See Also