mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 14:13:48 +01:00
Updated documentation of closeTail to reflect last commit
This commit is contained in:
parent
8903cd2a8b
commit
b18c18e19a
9
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
9
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -4990,14 +4990,11 @@ export interface NS {
|
||||
*
|
||||
* If the function is called with no arguments, it will close the current script’s logs.
|
||||
*
|
||||
* Otherwise, the fn, hostname/ip, and args… arguments can be used to close the logs from another script.
|
||||
* Remember that scripts are uniquely identified by both their names and arguments.
|
||||
* Otherwise, the pid argument can be used to close the logs from another script.
|
||||
*
|
||||
* @param fn - Optional. Filename or PID of the script having its tail closed. If omitted, the current script is used.
|
||||
* @param host - Optional. Hostname of the script having its tail closed. Defaults to the server this script is running on. If args are specified, this is not optional.
|
||||
* @param args - Arguments for the script having its tail closed.
|
||||
* @param pid - Optional. PID of the script having its tail closed. If omitted, the current script is used.
|
||||
*/
|
||||
closeTail(fn?: FilenameOrPID, host?: string, ...args: any[]): void;
|
||||
closeTail(pid?: number): void;
|
||||
|
||||
/**
|
||||
* Get the list of servers connected to a server.
|
||||
|
Loading…
Reference in New Issue
Block a user