closeWindow static method

void closeWindow()

Closes the current window.

Implementation

static void closeWindow() {
  Log.debug('closeWindow()', 'WebUtils');
  web.window.close();
}