Flow Control Commands
These commands allow you to add conditional logic to your action script.
- action may require restart
- Place the action in Pending Restart if a restart is required.
- action parameter query
- Prompt the user that creates the action for a parameter.
- action requires login
- Place the action in Pending Login until a user logs in.
- action requires restart
- Place the action in Pending Restart.
- continue if
- Stop action script evaluation if a relevance expression is false.
- exit
- Abort the script and set the exit code.
- if, elseif, else, endif
- Conditionally run commands in a script.
- parameter
- Set the value of a variable.
- pause while
- Pause action script evaluation while a relevance expression is true.