(path: string, context?: TaskNotesMutationContext)
| 2086 | } |
| 2087 | |
| 2088 | async startTimeEntry(path: string, context?: TaskNotesMutationContext): Promise<void> { |
| 2089 | await this.startTime(path, undefined, context); |
| 2090 | } |
| 2091 | |
| 2092 | async stopTimeEntry(path: string, context?: TaskNotesMutationContext): Promise<void> { |
| 2093 | await this.stopTime(path, context); |