###Function###
WinWaitNotActive

###Description###
Pauses execution of the script until the requested window is not active.

###Syntax###
WinWaitNotActive ( "title" [, "text" [, timeout]] )


###Parameters###
@@ParamTable@@
title
	The title of the window to check.  See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	[optional] The text of the window to check.
timeout
	[optional] Timeout in seconds
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if timeout occurred.
@@End@@


###Remarks###
The script polls for a window match every 250 milliseconds or so.


###Related###
WinActive, WinExists, WinWait, WinWaitActive, WinWaitClose, WinWaitDelay (Option)


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