mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
711 B
711 B
Home > bitburner > Grafting > waitForOngoingGrafting
Grafting.waitForOngoingGrafting() method
Wait until the ongoing grafting finishes or is canceled.
Signature:
waitForOngoingGrafting(): Promise<void>;
Returns:
Promise<void>
A promise that resolves when the current grafting finishes or is canceled. If there is no current work, the promise resolves immediately. If the current work is not a grafting work, the promise rejects immediately.
Remarks
RAM cost: 1 GB