###Function###
WinFlash

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

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

###Parameters###
@@ParamTable@@
title
	The title of the window to read. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	[optional] The text of the window to read.
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@@