# OnGraphStopTransition

Transition when graph stops. If you want to perform termination processing, add it to the resident state and perform termination processing at the transition destination.

![OnGraphStopTransition](./images/OnGraphStopTransition.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Next State
</td>
<td>
Link to destination state
</td>
</tr>
 </tbody>
</table>

