Updated smnp.system (markdown)
@@ -1,3 +1,6 @@
|
|||||||
# Functions
|
# Functions
|
||||||
## `exit(exitCode: int = 0)`
|
## `exit(exitCode: int = 0)`
|
||||||
## `sleep(milli: int)`
|
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.
|
||||||
Reference in New Issue
Block a user