I meant GBC, not GWC.
When we use:
OPTIONS ON CLOSE APPLICATION CALL end_app
upon closing the closing of the entire Google Chrome window, Google Chrome closes immediately, but the 4GL code keeps running until the end_app() function completes.
This is mostly good, but is there a way to hold off Google Chrome closing until the 4GL completes?
Also when the tab is closed, could the same holding off be implemented?