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