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

31 lines
792 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [killall](./bitburner.ns.killall.md)
## NS.killall() method
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.
<b>Signature:</b>
```typescript
killall(host: Host): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| host | [Host](./bitburner.host.md) | IP or hostname of the server on which to kill all scripts. |
<b>Returns:</b>
boolean
True if any scripts were killed, and false otherwise.
## Remarks
0.5 GB