Hello everyone.
When I throw an exception inside an event, B1 disconnects the add-on. Is there any way to find out that this happened?
I did some tests and even when the addon got disconnected I still can send messages via MessageBox for example. The only difference that I saw is that B1 does not send events anymore.
I need to know when this happens because the application will still run after being disconnected, so I need to kill the task to avoid many executables running for nothing.
Thank you in advice.