# Start Timeout

## Overview

![The Start Timeout Node.](/files/-MhYpGee4Le7cwwAKY8g)

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

## Attributes

| 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                                                  |
| `OnEnd` (►)        | **Pulse**      | Flows to additional actions following **Start Timeout** when the execution of the **Node** is cancelled.                               |

## See Also

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2021.3/toolbox/utilities/timeout/starttimeout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
