bitburner-src/markdown/bitburner.ns.scriptkill.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

812 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: Script, host: Host): boolean;

Parameters

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

Returns:

boolean

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

Remarks

1 GB