def stopTransmissions(self, widget):
self.execOnClients(['stop_receptions'], self.cstore,
mode=EM_SYSTEM_AND_SESSION)
if not self.vncserver is None:
self.vncserver.kill()
self.vncserver = None
## FIXME FIXME: Should we allow for running arbitrary commands in clients?
评论列表
文章目录