# Set interval

![](https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2F1Opvn8DlaYaUqu68NWXn%2Fimage.png?alt=media\&token=aa6a4d13-8066-491f-a5fe-7625f09ef946)

{% tabs %}
{% tab title="Entry Vars" %}
**Time (seconds):**&#x59;ou must enter a numerical value that will indicate in how many seconds the function will be executed again, executing like this you see again the functions that it has in its callback.

**Step by Step :**

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FNBdl0mYWJVKxr8UnqGiZ%2FSet%20interval.gif?alt=media&#x26;token=d40b8709-3020-442a-b156-3f3d22ce364d" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & OutVars" %}
**On done:** It is executed once the time indicated in the entry var "Time (seconds)" has elapsed.

OutVars&#x20;

`Null`

**On register:** It is executed only once after starting the function and returns an id to use it in the "Stop set interval" function and stop it.

OutVars&#x20;

`Null`
{% endtab %}

{% tab title="Features" %}

{% endtab %}

{% tab title="examples" %}

{% endtab %}
{% endtabs %}
