[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [toast](./bitburner.ns.toast.md) ## NS.toast() method Queue a toast (bottom-right notification). Signature: ```typescript toast(msg: any, variant?: string): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | msg | any | Message in the toast. | | variant | string | Type of toast, must be one of success, info, warning, error. Defaults to success. | Returns: void