Flashes a window in the taskbar.
WinFlash ( "title" [, "text" [, flashes = 4 [, delay = 500]]] )
title | The title/hWnd/class of the window to change. See Title special definition. |
text | [optional] The text of the window to change. Default is an empty string. See Text special definition. |
flashes | [optional] The amount of times to flash the window. Default 4. |
delay | [optional] The time in milliseconds to sleep between each flash. Default 500 ms. |
This function is very useful for catching the user's eye!