END_THIS_ACTION Element


END_THIS_ACTION (a child element of STEP) ends the current ACTION immediately, skipping all the remaining STEPs.

Supported Values

END_THIS_ACTION does not take any value.

Examples

In this example, when END_THIS_ACTION is executed, the current action ends, ignoring all the remaining steps behind.

  • <ACTION>
    • ......
    • <STEP>
      • ......
      • <END_THIS_ACTION/>
    • </STEP>
    • ......
    • <STEP>
      • ......
    • </STEP>
  • </ACTION>