AMTrigger.EventTime |
Syntax:
%AMTrigger.EventTime%
Trigger Supported:
Type:
Date/Time
Description:
Returns the date/time that the monitored event was logged in the Windows Event Log.
Example:
Description: Displays available attributes about the event that triggered task execution in a message dialog.
<AMSHOWDIALOG WINDOWTITLE="Event Attributes" BUTTONS="ok_cancel" ONSECONDBUTTONCLICK="continue">Attributes about the event that triggered execution: Event Description: %AMTrigger.EventDescription% Event Category: %AMTrigger.EventCategory% Event ID: %AMTrigger.EventID% Event Type: %AMTrigger.EventType% Event Source: %AMTrigger.EventSource% Date/time the event was logged: %AMTrigger.EventTime% Computer where the event occurred: %AMTrigger.EventComputer%</AMSHOWDIALOG>
|
See Also:
AMTrigger.EventCategory | AMTrigger.EventComputer | AMTrigger.EventDescription | AMTrigger.EventID | AMTrigger.EventSource | AMTrigger.EventTime | AMTrigger.EventType