MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / getPrintJobId

Method getPrintJobId

src/astroprint/plugin/services/printer.py:393–396  ·  view source on GitHub ↗
(self, data, sendResponse)

Source from the content-addressed store, hash-verified

391 return
392
393 def getPrintJobId(self, data, sendResponse):
394 pm = printerManager()
395
396 sendResponse(pm.currentPrintJobId)
397
398 def pause(self,data,sendResponse):
399 printerManager().togglePausePrint()

Callers

nothing calls this directly

Calls 1

printerManagerFunction · 0.90

Tested by

no test coverage detected