Application Exception Trigger Properties

Optional Descriptive Name

Optionally, provide a descriptive name for this trigger. Otherwise, a description will be created automatically based on the trigger settings.

Enable this Trigger

If this box is checked, the trigger is enabled and will cause the job to run. If this box is not checked, adTempus will ignore this trigger.

Trigger Conditions

Specify the conditions under which this trigger should fire:

Processes to Monitor

If you have selected the "Monitor Selected Processes" condition, specify the names of the processes to monitor. You must specify only the executable name, without the path (e.g., "notepad.exe").

Minimum Time Between Triggers

Specify the minimum time (in seconds) that must elapse after this trigger fires before adTempus will fire it again.

Description/Notes

Enter any extended descriptive information or notes for this trigger. There is no limit on the length of the text.

Use a script to select events

adTempus will run the script you specify. Information about the failed process will be passed to the script using the Parameters collection. Your script then evaluates the event and sets the global Result variable to True if adTempus should trigger the job, or False if it should not.

adTempus calls the script only for processes that have satisfied all of the other criteria for the trigger.