MCPcopy Create free account
hub / github.com/dadi/api / clearDebounceTimer

Method clearDebounceTimer

dadi/lib/workQueue.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 clearDebounceTimer() {
15 clearInterval(this.debounceTimer)
16
17 this.debounceTimer = undefined
18 }
19
20 dequeueBackgroundJob() {
21 if (this.debounceTimer) {

Callers 2

dequeueBackgroundJobMethod · 0.95
startForegroundJobMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected