END_THIS_ACTION (a child element of STEP) ends the current ACTION immediately, skipping all the remaining STEPs.
END_THIS_ACTION does not take any value.
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>