# Timer Control

![timer control in app](https://2100860514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5xSBdLnIwNcJR5fryFDs%2Fuploads%2FYBLR1Nec2GZeQykpoQsu%2F200%20editor%20overview.png?alt=media\&token=842102ea-2295-45cc-b67d-94e162469c2b)

#### 3. Timer Control

Timer control is the most important control interface for running your timer.

All actions available here (and more) are also available through [one of the APIs](https://ontime.gitbook.io/v2/control-and-feedback/ontime-apis), allowing you to create powerful integrations as eg. [companion ](https://ontime.gitbook.io/v2/additional-notes/companion-module)

component offers control over the playback of the currently selected event (event in green on event list). All the buttons in the interface are also available over the [OSC and Websocket APIs](https://ontime.gitbook.io/v2/control-and-feedback/ontime-apis)

* **Start / Next** - When no event is running, Start will start the selected event (or first if there is no selection). Next will start the following event&#x20;
* **Play**
* **Pause**
* **Roll** - Roll is an advanced tool that enables ontime to run unattended. The application will use the system clock to run the events as scheduled. See [Roll](https://ontime.gitbook.io/v2/features/roll)
* **Previous**
* **Next**
* **Unload** - De-selects any running event
* **Reload** - Stops and resets running timer
* **-1 -5 +1 +5** - Increments / decrements currently running timer (time in minutes)

{% hint style="info" %}
Although the options for increment / decrement are limited to 1 and 5 minutes in the app. This limitation does not exist in the [integrations](https://ontime.gitbook.io/v2/control-and-feedback/ontime-apis), meaning that an OSC device can increment / decrement any amount of time:

*/ontime/delay 10*\
\&#xNAN;*/ontime/delay -20*
{% endhint %}

<br>
