Hi community,
I is there any way to suppress or customize the script abort dialoge when pressing the "X" close icon when running the script via LCA actions?
I think using the IAS component in a panel would be an option, but it would be nice to use it without the IAS component as well.
Regards,
Felix
As I use InteractiveController, I would like to post an solution for it too:
view.ShowScriptAbortPopup = false;
Hi Felix,
There is an option to skip the abort confirmation when aborting the script. This is available in LCA from DataMiner 10.3.0[CU21], 10.4.0[CU9] & 10.4.12 onwards.

Hi Felix,
This is possible since DataMiner version 10.4.12.
More info can be found here.

Thanks Ive!
Great, thanks Wout.
As I use interactive controller I posted an answer for it too.