mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
1.1 KiB
1.1 KiB
Home > bitburner > UserInterface > setTailMinimized
UserInterface.setTailMinimized() method
Minimize or expand the tail window of a script.
Signature:
setTailMinimized(minimized: boolean, pid?: number): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
minimized |
boolean | |
|
pid |
number |
(Optional) Optional. The PID of the script. If omitted, the current script is used. |
Returns:
void
Remarks
RAM cost: 0 GB
Equivalent to pressing the "Minimize"/"Expand" button on the tail window.
If called without arguments, this function minimizes/expands the tail window of the current script. If a PID is provided, it minimizes/expands the tail window of the specified script instead.