# Start Timer

Starts a specified timer.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Timer** *\<unquoted string> -* The id of the timer that user wants to use. There are 10 handlers for timers (per form), from 1 to 10. It's also possible use a handler for timer in a dynamic way, using the value for this parameter *dynamic*.
* **Frequency** *\<numeric> -* The frequency, in milliseconds, of the timer.
* **Action Set** *\<radiobox> -* This parameter allows to choose what action set is runned when the timer is activated. It is possible to choose a **Global Action Set** or a **Local Action Set**.
* **Thread Mode** *\<checkbox> -* This parameter defines if the user wants to run the timer in thread mode or not. The possible values for this parameter are: *Yes*, *No* or *dynamic*.

{% hint style="warning" %}
If this action is executed in Thread Mode, the Actions and Variables windows in the Simulator may crash.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-date-time/start-timer.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.
