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

Method isError

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

Source from the content-addressed store, hash-verified

215 return self._plugin.conectionClosedOrError
216
217 def isError(self):
218 return self._plugin.conectionError
219
220 def isBusy(self):
221 return self._plugin.printing or self._plugin.paused

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected