mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01: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