INT_FLAG usage

In order to test if an application has been interrupted, GWS tests the INT_FLAG. If the INT_FLAG is set to TRUE, then the GWS function processing is interrupted.

For example, when you quit a dialog with cancel action, the INT_FLAG is set to TRUE. If you do not set the INT_FLAG to FALSE, the next GWS function will be canceled.