diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-25 07:25:01 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-25 07:26:05 -0400 |
commit | d54995cad9ddf652cd2f7abb128d5d251f9454f1 (patch) | |
tree | 34c7b4676b4e3615a2a66980868b4d767c6867b6 /manuals/chickadee/Scripts.html | |
parent | bb44696ee1d8263b58976fec1bcd8e030f97f8e4 (diff) |
projects: Update chickadee for 0.9.0 release.
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> |