bitburner-src/markdown/bitburner.ns.scriptkill.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

769 B

Home > bitburner > NS > scriptKill

NS.scriptKill() method

Kills all scripts with the specified filename on the target server specified by hostname, regardless of arguments.

Signature:

scriptKill(script: string, host: string): boolean;

Parameters

Parameter Type Description
script string Filename of script to kill. This is case-sensitive.
host string Host of target server.

Returns:

boolean

true if one or more scripts were successfully killed, and false if none were.

Remarks

RAM cost: 1 GB