# OnGraphStopTransition

グラフ停止時に遷移する。終了処理を行いたい場合に常駐ステートに追加して遷移先で終了処理をしてください。

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

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Next State
</td>
<td>
遷移先ステートへのリンク
</td>
</tr>
 </tbody>
</table>

