bitburner-src/markdown/bitburner.graftingtask.md

786 B

Home > bitburner > GraftingTask

GraftingTask interface

Grafting Work

Signature:

export interface GraftingTask extends BaseTask 

Extends: BaseTask

Remarks

An object representing the current grafting task

Properties

Property Modifiers Type Description
augmentation string
completion Promise<void> This promise resolves when the task is complete.
type "GRAFTING"