Skip to main content

NotInContextVerification

This Script is part of the Common Scripts Pack.#

Executes the given command and verifies that the specified field is not in the context after execution.

Script Data#


NameDescription
Script Typejavascript
TagsUtility

Inputs#


Argument NameDescription
cmdToRunThe command or automation script to execute each while loop iteration.
cmdArgumentsThe comma-separated list of command/automation arguments and values to run. For example, "key=val,key=val,key=val".
keyToWatchThe key to watch, if it is equal to value argument (${key}==value) then exit while loop, otherwise continue to the next loop iteration. The command will then run again.

Outputs#


There are no outputs for this script.