mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
812 B
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