mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
788 B
788 B
Home > bitburner > NS > getRunningScript
NS.getRunningScript() method
Get general info about a running script.
Signature:
getRunningScript(filename?: string | number, hostname?: string, ...args: (string | number)[]): RunningScript;
Parameters
| Parameter | Type | Description |
|---|---|---|
| filename | string | number | |
| hostname | string | |
| args | (string | number)[] |
Returns:
info about a running script
Remarks
RAM cost: 0.3 GB
Running with no args returns curent script.