Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 786 Bytes

bitburner.graftingtask.md

File metadata and controls

27 lines (17 loc) · 786 Bytes

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"