Syntax
| window.cancelClose(cancelClose) |
Parameters
| BOOL | cancelClose | Optional. If set to true, the window is not closed. |
Return value
No value is returned.
Description
| When this function is called from the event event.window:close with the parameter set to true, the application is not closed. |
MioScript Sample Code
event.terminate
if(...)
app.cancelClose(true)
if.end
event.end |
|