diff options
Diffstat (limited to 'manuals/chickadee/Scripts.html')
-rw-r--r-- | manuals/chickadee/Scripts.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manuals/chickadee/Scripts.html b/manuals/chickadee/Scripts.html index d9b0b32..bc82c5f 100644 --- a/manuals/chickadee/Scripts.html +++ b/manuals/chickadee/Scripts.html @@ -174,6 +174,11 @@ procedure <var>handler</var>. </p></dd></dl> <dl> +<dt id="index-join">Procedure: <strong>join</strong> <em>script</em></dt> +<dd><p>Suspend the current script until <var>script</var> has terminated. +</p></dd></dl> + +<dl> <dt id="index-sleep">Procedure: <strong>sleep</strong> <em>duration</em></dt> <dd><p>Wait <var>duration</var> before resuming the current script. </p></dd></dl> |