| AMTrigger.WindowHandle | 
Syntax:
%AMTrigger.WindowHandle%
Trigger Supported:
Type:
String
Description:
Returns the window handle of the window that activated the trigger. The table below describes how this value is returned for each type of trigger.
| Trigger Type | Description | 
| Returns the unique window class of the window that was focused (in front of all other open windows) when the trigger occurred. | |
| Returns the window handle of the window that activated the trigger. | 
Example:
Description: Display the message "When the task triggered, the focused window's handle was %AMTrigger.WindowHandle%" in a message box.
| 
 <AMSHOWDIALOG>When the task triggered, the focused window's handle was %AMTrigger.WindowHandle%</AMSHOWDIALOG> 
 | 
See Also:
AMTrigger.Keys | AMTrigger.WindowHandle | AMTrigger.WindowTitle | AMTrigger.WindowClass