Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ isPaused
Method
isPaused
src/astroprint/printer/plugin/__init__.py:226–227 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
224
return
self._plugin.printing
225
226
def
isPaused(self):
227
return
self._plugin.paused
228
229
def
setPause(self, paused):
230
self._plugin.paused = paused
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected