MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / POLDie

Method POLDie

python/mainwindow.py:1086–1097  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1084 game_log))
1085
1086 def POLDie(self):
1087 for pid in self.registeredPid:
1088 try:
1089 os.kill(-pid, signal.SIGKILL)
1090 except OSError:
1091 pass
1092 try:
1093 os.kill(pid, signal.SIGKILL)
1094 except OSError:
1095 pass
1096 app.POLServer.closeServer()
1097 os._exit(0)
1098
1099 def POLRestart(self):
1100 for pid in self.registeredPid:

Callers 2

ForceCloseMethod · 0.95
ClosePolMethod · 0.95

Calls 1

closeServerMethod · 0.80

Tested by

no test coverage detected