(self)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected