# Start Timeout

## Overview

![The Start Timeout Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-3396bc2b12449297d5319eae26568f3dcc4ced14%2Fstarttimeoutnode20241.png?alt=media)

The **Start Timeout Node** delays the execution of a **Node**.

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

## Attributes

![The Start Timeout Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-19605dc6f86160a06b5c90bae236024a271b5cdd%2Fnode-start-timeout2-attr.png?alt=media)

| Attribute            | Type      | Description                            |
| -------------------- | --------- | -------------------------------------- |
| `TimeoutStart (sec)` | **Float** | The desired elapsed time of the delay. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Seconds`         | **Float** | The desired elapsed time of the delay.                                |

## 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. |
| `Instance ID`      | **InstanceID** | The assigned **Instance** of an **Object**.                                                                                            |
| `OnStart` (►)      | **Pulse**      | Flows to additional actions following **Start Timeout** when the **Node** is executed                                                  |
| `OnCancel` (►)     | **Pulse**      | Flows to additional actions following **Start Timeout** when the execution of the **Node** is cancelled.                               |

## See Also

* [**Cancel Timeout**](https://docs.incari.com/incari-studio/toolbox/utilities/timeout/canceltimeout)
* An example using the [**Start Timeout Node**](https://docs.incari.com/incari-studio/toolbox/flow-control/sequential#execution-order).
