view doc/html/api/module/Irccd.Timer/index.md @ 263:48676ca7071c

Docs: use less hierarchy for less indexes
author David Demelier <markand@malikania.fr>
date Thu, 15 Sep 2016 13:16:05 +0200
parents 904ee87bc808
children
line wrap: on
line source

---
module: Irccd.Timer
js: true
---

## Usage

Create repetitive or one-shot timers.

## Constants

The following properties are defined:

  - **Single**: (int) the timer is single-shot,
  - **Repeat**: (int) the timer is looping.

## Methods

  - [(constructor)](Irccd.Timer.prototype.constructor.html)
  - [start](Irccd.Timer.prototype.start.html)
  - [stop](Irccd.Timer.prototype.stop.html)