MCPcopy
hub / github.com/callumalpass/tasknotes / stop

Method stop

src/api/runtime-api.ts:803–803  ·  view source on GitHub ↗
(path: string, context?: TaskNotesMutationContext)

Source from the content-addressed store, hash-verified

801 context?: TaskNotesMutationContext
802 ): Promise<TaskInfo>;
803 stop(path: string, context?: TaskNotesMutationContext): Promise<TaskInfo>;
804 active(): Promise<ActiveTimeEntry[]>;
805 summary(options?: TaskNotesRuntimeTimeSummaryOptions): Promise<TaskNotesRuntimeTimeSummary>;
806 task(path: string): Promise<TaskNotesRuntimeTaskTimeData>;

Callers 4

stopTimerMethod · 0.65
playCompletionSoundMethod · 0.65
playToneMethod · 0.65
cleanupPluginRuntimeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected