Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

How to terminate OI from within OI

Is there an OI function that completely terminates OI? I would like to terminate OI when a certain error condition is detected to prevent data corruption. I know I could probably get the process ID and then kill it like that, but can I do it from within OI?

Comments

  • The normal approach is to use the DESTROY service.
  • perfect thanks. this is much better than bubbling up end_dialog...i can't use end_window or the close event because it causes the program to crash to the debugger for some reason (labelled common error )
Sign In or Register to comment.