MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / setStatus

Method setStatus

src/scripts/logging/submodules/event.ts:232–237  ·  view source on GitHub ↗
(status: Status)

Source from the content-addressed store, hash-verified

230 }
231
232 public setStatus(status: Status): void {
233 this._logStatus = status;
234 if (!this._timerWasStopped) {
235 this.stopTimer();
236 }
237 }
238
239 public getFailureInfo(): string {
240 return ErrorUtils.toString(this._failureInfo);

Callers 14

handleSignInMethod · 0.95
bookmarkPageMethod · 0.95
initializeUserFlightingFunction · 0.95
updateUserInfoDataMethod · 0.95
invokeWhatsNewTooltipFunction · 0.95
invokeTooltipFunction · 0.95
getLocalizedStringsFunction · 0.95

Calls 1

stopTimerMethod · 0.80

Tested by

no test coverage detected