mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
STAR-322: Improving documentation
This commit is contained in:
parent
da974d9868
commit
d28ac5e120
2 changed files with 11 additions and 10 deletions
|
@ -139,6 +139,7 @@ class CloudOutputDeviceManager:
|
|||
)
|
||||
message.show()
|
||||
|
||||
## Starts running the cloud output device manager, thus periodically requesting cloud data.
|
||||
def start(self):
|
||||
if self._running:
|
||||
return
|
||||
|
@ -149,6 +150,7 @@ class CloudOutputDeviceManager:
|
|||
self._update_timer.timeout.connect(self._getRemoteClusters)
|
||||
self._onLoginStateChanged(is_logged_in = self._account.isLoggedIn)
|
||||
|
||||
## Stops running the cloud output device manager.
|
||||
def stop(self):
|
||||
if not self._running:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue