# TIMERLIST

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

**TIMERLIST**()

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

* This function returns a range containing information about all currently running timers of the current app.
* If there are no timers running, the function returns empty.
* The returned range contains the following columns:
  1. **Timer name** (as text)
  2. **Timer status** (as text)
  3. **Timer start time** (UTC datetime, as ISO string)
  4. **Timer started by** (email of the user who started the timer the last time)
  5. **Widget** which is executed (in the syntax #pagename.widgetname)
  6. **Interval** (in minutes)
  7. **Last successful execution time** (UTC datetime, as ISO string)
