###Function###
WinFlash

###Description###
Flashes a window in the taskbar.

###Syntax###
WinFlash ( "title" [, "text" [, flashes = 4 [, delay = 500]]] )


###Parameters###
@@ParamTable@@
title
	The title/hWnd/class of the window to change. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	[optional] The text of the window to change. Default is an empty string. See <a href="../intro/windowsbasic.htm#specialtext">Text special definition</a>.
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.
@@End@@

###ReturnValue###
None.


###Remarks###
This function is very useful for catching the user's eye!


###Related###
WinSetState


###Example###
@@IncludeExample@@
