(path: string, context?: TaskNotesMutationContext)
| 2090 | } |
| 2091 | |
| 2092 | async stopTimeEntry(path: string, context?: TaskNotesMutationContext): Promise<void> { |
| 2093 | await this.stopTime(path, context); |
| 2094 | } |
| 2095 | |
| 2096 | private async setTaskProperty( |
| 2097 | path: string, |