User Tools

Site Tools


condition:Action_Result

**This is an old revision of the document!**

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.
  • matches a specified regular expression.
  • does not match a specified regular expression.

See Also

Actions

Tokens

Conditions

condition/Action_Result.1510637585.txt.gz · Last modified: 2017/11/14 00:33 by peternlewis