AMTrigger.TimeStamp

Syntax

%AMTrigger.TimeStamp%

Trigger supported

SNMP Trap

Type

Date/Time

Description

Returns the timestamp specified in the SNMP trap when the task was triggered. A time stamp provides the amount of time that has elapsed between the last network re-initialization and generation of the trap.

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 " The SNMP Timestamp is %AMTrigger.TimeStamp%" in a message box.

Copy
<AMSHOWDIALOG MESSAGE=" The SNMP Timestamp is %AMTrigger.TimeStamp%" />

Related Topics