MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / cancelInstall

Method cancelInstall

MCSL2Lib/ServerControllers/serverInstaller.py:535–538  ·  view source on GitHub ↗
(self, cancelled=False)

Source from the content-addressed store, hash-verified

533 # fmt: on
534
535 def cancelInstall(self, cancelled=False):
536 super().cancelInstall(cancelled)
537 if self.worker is not None:
538 self.worker.cancel()
539
540 @property
541 def forgeVersion(self):

Callers

nothing calls this directly

Calls 2

cancelInstallMethod · 0.45
cancelMethod · 0.45

Tested by

no test coverage detected