Trigger close event for Rebol Console? -
How to trigger a close event for the Rabol console to execute some custom handlers before coming out of the console?
Well, I do not understand why you need it. If you are running a script from the console, then surely your script "knows" when it is about to quit.
Maybe you're after system shutdown or similar? In that case you need to see the system port.
See
For an example of trapping the shutdown incident for various OSs.
Comments
Post a Comment