AMTrigger.Value
Syntax
%AMTrigger.Value%
Trigger supported
Type
Number
Description
Returns the value of the parameter that caused the trigger to activate. This is dependent on the trigger properties. For example, if the trigger is set to monitor for total memory to drop below a certain threshold, this value will contain the total amount of memory below that threshold when the task triggered.
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.
Display the message "Disk Free Space Threshold - %AMTrigger.Value%" in a message box.
Copy
<AMSHOWDIALOG>Disk Free Space Threshold - %AMTrigger.Value%</AMSHOWDIALOG>