466
|
1 <refentry id="sleep">
|
|
2 <refnamediv>
|
528
|
3 <refname>Sleep</refname>
|
|
4 <refpurpose>stop execution for a time</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>sleep</function></funcdef>
|
528
|
11 <paramdef>seconds <parameter>seconds</parameter></paramdef>
|
466
|
12 </funcprototype>
|
|
13 </funcsynopsis>
|
|
14 </refsynopsisdiv>
|
|
15
|
|
16 <refsect1><title>Description</title>
|
|
17 <para>
|
528
|
18 The current task is stopped for the specified time.
|
|
19 </para>
|
|
20 <para>
|
|
21 If "seconds" is zero, the task will sleep for one tick.
|
466
|
22 </para>
|
|
23 </refsect1>
|
|
24 </refentry>
|