MCPcopy
hub / github.com/immich-app/immich / pause

Method pause

server/src/repositories/job.repository.ts:165–167  ·  view source on GitHub ↗
(name: QueueName)

Source from the content-addressed store, hash-verified

163 }
164
165 pause(name: QueueName) {
166 return this.getQueue(name).pause();
167 }
168
169 resume(name: QueueName) {
170 return this.getQueue(name).resume();

Callers

nothing calls this directly

Calls 2

getQueueMethod · 0.95
pauseMethod · 0.65

Tested by

no test coverage detected