The options on the Script Condition Properties page define the behavior of the script condition.
Optional name for this condition
You may optionally provide a descriptive name for this condition to make it easier to identify in the Conditions list. Otherwise the name of the script is used.
Script to evaluate
Select or create the script that adTempus should evaluate. See the Script Overview topic for information on working with scripts.
Before it returns your script must set the global Result variable to either True (condition is satisfied) or False (condition is not satisfied). Any other value will cause the condition to fail. |
Wait up to __ seconds for the condition to be met
Check this option and specify a wait limit if you want adTempus to wait for the condition to be met. See Condition Polling for more information.
Once satisfied, condition remains satisfied for duration of job
Check this option to indicate that adTempus should stop checking this condition once it has been satisfied. See Condition Polling for more information.
Returning Results from Scripts