A Script Condition is a condition that executes a script. The result of the script determines whether the condition is satisfied.
Use a Script Condition to provide your own condition checks when none of the condition types provided with adTempus meets your needs.
For example, you want a job to execute only if a specified file contains certain text. The adTempus File Condition can detect the presence of the file but does not read its contents. Using a Script Condition you can create a script (using a scripting language like VBScript) that looks for the file and then checks it for the required text.
Returning Results from Scripts