Tutorial: window.close

window.close

Closes the window.

Example

var finWindow = fin.desktop.Window.getCurrent();

finWindow.close();