mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
10 lines
200 B
ReStructuredText
10 lines
200 B
ReStructuredText
sleep() Netscript Function
|
|
==========================
|
|
|
|
.. js:function:: sleep(n)
|
|
|
|
:param number n: Number of milliseconds to sleep
|
|
:RAM cost: 0 GB
|
|
|
|
Suspends the script for n milliseconds.
|