Script Condition Properties

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:

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

Script Condition Overview

Script Overview

Returning Results from Scripts