view doc/src/js/module/Irccd.System/Irccd.System.sleep.md @ 817:ebe561276c33

doc: start reworking, continue #752 @8h
author David Demelier <markand@malikania.fr>
date Mon, 19 Nov 2018 07:04:42 +0100
parents doc/src/api/module/Irccd.System/Irccd.System.sleep.md@ebdc614db066
children
line wrap: on
line source

# Function Irccd.System.sleep

Sleep for seconds. Suspend the execution thread.

# Synopsis

```javascript
Irccd.System.sleep(sec)
```

# Arguments

- sec: the number of seconds.