Eplan Platform API
Eplan.EplApi.Base Namespace / Progress Class / SetAskOnCancel Method
True: Prompt is displayed before termination; False: Termination without prompt

In This Topic
SetAskOnCancel Method
In This Topic
Asks to confirm the cancel request.
Syntax
public void SetAskOnCancel( 
   bool bAsk
)

Parameters

bAsk
True: Prompt is displayed before termination; False: Termination without prompt
See Also