Add documentation for ITL CheckCommand sleep

refs #6964
This commit is contained in:
htriem 2019-05-02 16:41:48 +02:00
parent 75df3879f2
commit 47a634521d
1 changed files with 9 additions and 0 deletions

View File

@ -160,6 +160,15 @@ Check command for the built-in `exception` check. This check throws an exception
For test and demo purposes only. The `exception` check command does not support
any vars.
### sleep <a id="itl-sleep"></a>
Check command for the built-in `sleep` check. This allows to use sleep for testing
and debugging only.
Name | Description
----------------|--------------
sleep\_time | **Optional.** The duration of the sleep in seconds. Defaults to 1s.
<!-- keep this anchor for URL link history only -->
<a id="plugin-check-commands"></a>