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 (Automation Markup Language) format. The type of information returned varies depending on which trigger is specified. For example, if the Key trigger is used to trigger the event, the information returned looks similar to the following AML code:

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

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

The following displays the message AMTrigger.AML return value: %AMTrigger.AML%:

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

Related Topics