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

Method stopTimeTracking

src/main.ts:1304–1306  ·  view source on GitHub ↗

* Stops the active time tracking session for a task

(task: TaskInfo)

Source from the content-addressed store, hash-verified

1302 * Stops the active time tracking session for a task
1303 */
1304 async stopTimeTracking(task: TaskInfo): Promise<TaskInfo> {
1305 return this.taskActionCoordinator.stopTimeTracking(task);
1306 }
1307
1308 /**
1309 * Gets the active time tracking session for a task

Callers 3

testTimeTrackingStopMethod · 0.45
createPluginContextFunction · 0.45

Calls

no outgoing calls

Tested by 1

createPluginContextFunction · 0.36