mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
593 B
593 B
Home > bitburner > NS > atExit
NS.atExit() method
Add callback function when the script dies
Signature:
atExit(f: () => void, id?: string): void;
Parameters
Parameter | Type | Description |
---|---|---|
f | () => void | |
id | string | (Optional) |
Returns:
void
Remarks
RAM cost: 0 GB
NS2 exclusive
Add callback to be executed when the script dies.