terminateProcessing() method

Suggesting to the processing engine to terminate the application flow when it's appropriate.

Syntax

void terminateProcessing ()

Usage

NOTE:

state implementation should use this action wisely. It is recommended to handle failure with

continueProcessing(SmappState)

with the

continueFail

follow-up transition.