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 (case insensitively) a specified string.
is not exactly (case insensitively) 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.
-
-
See Also
Actions
Tokens
Conditions