bitburner-src/doc/source/netscript/basicfunctions/closeTail.rst

19 lines
445 B
ReStructuredText
Raw Normal View History

2023-01-30 19:51:00 +01:00
closeTail() Netscript Function
===============================
.. js:function:: closeTail([scriptPid = current script])
2023-01-30 19:51:00 +01:00
:RAM cost: 0 GB
:param number scriptPid: PID of the script of which to open the logs.
Closes a scripts logs.
If the function is called with no arguments, it will open the current scripts logs.
Examples:
.. code-block:: javascript
ns.closeTail(12);
ns.closeTail();