bitburner-src/markdown/bitburner.grafting.waitforongoinggrafting.md

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