(path: string, context?: TaskNotesMutationContext)
| 710 | context?: TaskNotesMutationContext |
| 711 | ): Promise<TaskInfo>; |
| 712 | delete(path: string, context?: TaskNotesMutationContext): Promise<void>; |
| 713 | complete( |
| 714 | path: string, |
| 715 | options?: CompleteTaskOptions, |
no outgoing calls