Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 819 Bytes

bitburner.ns.killall.md

File metadata and controls

32 lines (18 loc) · 819 Bytes

Home > bitburner > NS > killall

NS.killall() method

Terminate all scripts on a server.

Signature:

killall(host: string): boolean;

Parameters

Parameter Type Description
host string IP or hostname of the server on which to kill all scripts.

Returns:

boolean

True if any scripts were killed, and false otherwise.

Remarks

RAM cost: 0.5 GB

Kills all running scripts on the specified server. This function returns true if any scripts were killed, and false otherwise. In other words, it will return true if there are any scripts running on the target server.