Flashes the window’s frame and taskbar icon until the window is activated. NOTE: On macOS flash only works on inactive windows.
Example
var finWindow = fin.desktop.Window.getCurrent();
finWindow.flash();
Flashes the window’s frame and taskbar icon until the window is activated. NOTE: On macOS flash only works on inactive windows.
var finWindow = fin.desktop.Window.getCurrent();
finWindow.flash();