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

Method stopElapsedTicker

src/ui/StatusBarService.ts:362–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360 }
361
362 private stopElapsedTicker(): void {
363 if (this.elapsedUpdateInterval !== null) {
364 window.clearInterval(this.elapsedUpdateInterval);
365 this.elapsedUpdateInterval = null;
366 }
367 this.currentTrackedTasks = [];
368 }
369
370 /**
371 * Handle click on status bar - open task note(s)

Callers 5

updateStatusBarMethod · 0.95
renderStatusBarMethod · 0.95
startElapsedTickerMethod · 0.95
hideMethod · 0.95
destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected