bitburner-src/markdown/bitburner.ns.scriptkill.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

778 B

Home > bitburner > NS > scriptKill

NS.scriptKill() method

Kills all scripts with the specified filename on the target server specified by hostname/ip, 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 or IP of target server.

Returns:

boolean

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

Remarks

RAM cost: 1 GB