AMTrigger.AML

Syntax:

%AMTrigger.AML%

Trigger Supported:

Global (supports all triggers)

Type:

String

Description:

Returns a verbose set of information about the triggered event in AML (Automate Markup Language) format. The type of information returned varies depending on which trigger is specified. For example, if the Key trigger was used to trigger the event, the information returned would look similar to the AML code shown below:

 

<AMKEYTRIGGER KEYS="Alt+Q" PASSTHROUGH=NO AM5_TRIGGERID={6649F49B-C339-4B1D-B33A-E129CB07B6C9} /

Example:

Display the message "AMTrigger.AML return value: %AMTrigger.AML%" in a message box.

 

<AMSHOWDIALOG WINDOWTITLE="AMTrigger return value">AMTrigger.AML return value:

%AMTrigger.AML%

</AMSHOWDIALOG>

 

See Also:


AMTrigger.TaskName | AMTrigger.Trigger | AMTrigger.TriggeredDateTime | AMTrigger.TriggeredOn | AMTrigger.WasLocked | AMTrigger.WasLoggedOff