killall() Netscript Function

killall(hostname)
RAM cost:

0.5 GB

Arguments:
  • hostname (string) – Hostname of the server on which to kill all scripts.
Returns:

true if scripts were killed on target server.

Kills all running scripts on the specified server.

Example:

killall('foodnstuff'); // returns: true