# On Websocket Stop

## Overview

![The On WebSocket Stop Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-1a66234399af256b9cc8ab5cd18223d9a2034fe6%2Fonwebsocketstopnode.png?alt=media)

The **On WebSocket Stop Node** is an **Event Listener Node** that gives the user a way to perform an action once a **WebSocket** connection has been terminated.

**WebSocket Communication** in **Incari** is available as a plugin and is enabled as default. However, in the case that it is disabled in the **Plugins Editor**, it will not appear in the **Project Settings** and **On WebSocket Stop** will not show up in the [**Toolbox**](https://docs.incari.com/incari-studio/2023.2/toolbox/overview). Please refer to the [**Plugins Editor**](https://docs.incari.com/incari-studio/2023.2/modules/plugins) to find out more information.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Project**, **Scene**.

## Attributes

![The On WebSocket Stop Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-1f69ec9cdb3c88021f981630f3ad4dec1d1916b3%2Fonwebsocketstopatts.png?alt=media)

| Attribute       | Type         | Description                                                                                                                                                                                     |
| --------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Configuration` | **Dropdown** | The identifying connection name that will be used, which is one that was set up in the [**Project Settings**](https://docs.incari.com/incari-studio/2023.2/modules/project-settings/websocket). |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**On WebSocket Start**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/websocket/events/onwebsocketstart)
* [**On WebSocket Error**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/websocket/events/onwebsocketerror)
* [**On WebSocket Receive**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/websocket/events/onwebsocketreceive)
