> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/events/imagesequence/on-imagesequence-stop.md).

# On ImageSequence Stop

## Overview

![The On ImageSequence Stop Node.](/files/kL2MwdXxIWOPee1FarB7)

**On ImageSequence Stop** is an **Event Listener** **Node** used for executing a **Logic Branch** when an **Image Sequence** is stopped.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Scene**, **Prefab**.

## Attributes

![The on ImageSequence Stop Node Attributes.](/files/IYDJzGkzK7JZXYuukT6s)

| Attribute | Type         | Description                                                                                                               |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | **Image Sequence** that triggers the **Logic Branch** when stopped, if none is given in the `Object ID` **Input Socket**. |

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | **Image Sequence** that triggers the **Logic Branch** when stopped.                |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## 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. |
| `Object ID`        | **ObjectID** | The **Image Sequence** received as **Input**.                                                                                          |

## See Also

* [**Image Sequence**](/incari-studio/toolbox/events/imagesequence.md)
