view doc/src/api/module/Irccd.Timer/index.md @ 614:ebdc614db066

Docs: get rid of metadata
author David Demelier <markand@malikania.fr>
date Sun, 17 Dec 2017 09:21:49 +0100
parents bb9771fb5f44
children
line wrap: on
line source

# Module Irccd.Timer

# 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)