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

Method isBusy

src/astroprint/printer/plugin/__init__.py:220–221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

218 return self._plugin.conectionError
219
220 def isBusy(self):
221 return self._plugin.printing or self._plugin.paused
222
223 def isPrinting(self):
224 return self._plugin.printing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected