About this task
There are two different modes for local
termination:
- Statechart mode where local termination
applies only to composite states with final activities inside them.
- Activity diagram mode where local termination
applies to every block and composite state, even those blocks and
states that do not have internal final activities. (This mode is the
UML statechart/activity diagram-supported mode.)
The CG::Statechart::LocalTerminationSemantics property
specifies whether activity diagram mode of local termination is available.
The default value of Cleared means that the activity
diagram mode of local termination is unavailable (statechart mode
is active).