Home > bitburner > NS > atExit
Add callback function when the script dies
Signature:
atExit(f: () => void, id?: string): void;
Parameter | Type | Description |
---|---|---|
f | () => void | |
id | string | (Optional) |
Returns:
void
RAM cost: 0 GB
NS2 exclusive
Add callback to be executed when the script dies.