condition:Action_Result
**This is an old revision of the document!**
Table of Contents
The Action Result condition (v8+) tests the %ActionResult% token containing the results of the last action to complete. This token contains either OK for a successful completion of the action, or an error message of some sort.
Prior to version 8 you can use the Text condition and the %ActionResult% token.
The condition tests the result to determine if:
- it completed OK.
- it did not complete OK.
- is exactly a specified string.
- is not exactly a specified string.
- contains (case insensitively) a specified string.
- does not contain (case insensitively) a specified string.
- starts with (case insensitively) a specified string.
- ends with (case insensitively) a specified string.
- is alphabetically before a specified string.
- is alphabetically after a specified string.
- matches a specified regular expression.
- does not match a specified regular expression.
See Also
Actions
Tokens
- %ActionResult% token
Conditions
condition/Action_Result.1504673369.txt.gz · Last modified: by peternlewis
