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.
|
Your script must return a value of either True (condition is satisfied) or False (condition is not satisfied). Any other value will cause the condition to fail. |
Condition Wait
This option determines whether adTempus will wait for the condition to be met:
Do not wait for condition to be met. If the condition is not satisfied the first time adTempus checks it for a given instance, adTempus treats the condition as "Failed."
Wait until the condition is met. If the condition is not satisfied, adTempus will wait until it is satisfied. The job or step will show a status of "Waiting for Condition."
Wait up to __ minutes for the condition to be met. adTempus will wait up to the specified time limit for the condition to be satisfied. If the condition is satisfied within that time limit, job execution will continue immediately (as depending on other conditions). If the condition is not satisfied at the end of the time limit, adTempus treats the condition as "Failed."
See the Condition Polling topic for more information.
Once satisfied, do not reevaluate for this instance
Check this option to indicate that adTempus should stop checking this condition once it has been satisfied. See Condition Polling for more information.
See Also
Returning Results from Scripts