> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.83-de/nedyx/clearlines-funktionen/navigations-funktionen/starttimer.md).

# STARTTIMER

#### Syntax <a href="#syntax" id="syntax"></a>

**STARTTIMER**(*timerName*; *widget*; *interval*)

* *timerName* - der Name des Timers, der gestartet werden soll - ***Wertetyp**: Text*
* *widget* - das Widget, auf dem nach Ablauf des Intervalls eine "On click"-Aktion ausgeführt wird - ***Wertetyp**: Widget-Referenz*
* *interval* - die Zeitdifferenz in Minuten zwischen zwei ausgeführten Aktionen - ***Wertetyp**: Zahl*

#### Anmerkungen <a href="#remarks" id="remarks"></a>

* *timerName* kann Buchstaben (a-Z) und Zahlen (0-9) enthalten, mit einer Länge zwischen 1-255 Zeichen.
* *interval* muss eine Zahl >= 1 sein.
* Wenn ein Timer mit dem angegebenen *timerName* bereits in derselben App existiert, wird der alte Timer gestoppt, bevor der neue Timer gestartet wird.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.nedyx.com/version-1.83-de/nedyx/clearlines-funktionen/navigations-funktionen/starttimer.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.
