From ba6dcedefdfd8ce3dbf8036ffe811246e24db528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Wed, 25 Mar 2020 19:23:21 +0100 Subject: [PATCH] Updated smnp.system (markdown) --- smnp.system.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/smnp.system.md b/smnp.system.md index ad1c26e..0a0dffb 100644 --- a/smnp.system.md +++ b/smnp.system.md @@ -1,3 +1,6 @@ # Functions ## `exit(exitCode: int = 0)` -## `sleep(milli: int)` \ No newline at end of file +Immediately interrupts the script and returns given exit code to the system. + +## `sleep(milli: int)` +Suspends the script execution for a given time in milliseconds. \ No newline at end of file