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:
Monitor selected processes. The trigger will fire when an exception occurs in one of the processes you specify.
Monitor all processes. The trigger will fire when an exception occurs in any process.
Monitor all processes not monitored by another trigger. The trigger will fire when an exception occurs in a process that is not monitored by any other Application Exception Trigger.
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.