Exemplo n.º 1
0
	def cleanup(self):
		iNetwork.stopLinkStateConsole()
		iNetwork.stopDeactivateInterfaceConsole()
		iNetwork.stopActivateInterfaceConsole()
		iNetwork.stopPingConsole()
		try:
			from Plugins.SystemPlugins.WirelessLan.Wlan import iStatus
		except ImportError:
			pass
		else:
			iStatus.stopWlanConsole()
Exemplo n.º 2
0
	def cleanup(self):
		self.ifacePollTimer.stop()
		self.inetPollTimer.stop()
		iNetwork.stopPingConsole()
Exemplo n.º 3
0
 def cleanup(self):
     iNetwork.stopPingConsole()
Exemplo n.º 4
0
 def cleanup(self):
     iNetwork.stopPingConsole()