DOCUMENTATION: Clarify "completion" property of GraftingTask (#1713)

This commit is contained in:
catloversg
2024-10-22 11:22:17 +07:00
committed by GitHub
parent 3ce2ae5fd7
commit b72c03acf0
3 changed files with 11 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
## GraftingTask interface
Faction Work
Grafting Work
**Signature:**
@@ -14,7 +14,9 @@ export interface GraftingTask
## Remarks
An object representing the current grafting status
An object representing the current grafting task
The "completion" property is a promise that resolves when the task is complete.
## Properties