AMTrigger - Performance

Description

When a task is triggered, it automatically creates a dataset called AMTrigger which can be used to determine specific properties and characteristics about the object that initially triggered the task. The total number of fields that AMTrigger creates during runtime and what they are named depends largely on the trigger that launched the task.

Parameters

Each trigger contains its own set of unique AMTrigger values. The table below lists the AMTrigger values related to the Performance trigger. For more details about each AMtrigger value, click the associated link.

Name

Data Type

Return Value

AMTrigger.ProcessID

Number

Returns the unique ID of the process that caused the trigger to activate.

AMTrigger.ThreadID

Number

Returns the unique ID of the thread that caused the trigger to activate. This is dependent on if the trigger is monitoring for a specific thread threshold (i.e. thread state).

AMTrigger.Value

String

Returns the value of the parameter that caused the trigger to activate.