예제 #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()
예제 #2
0
	def cleanup(self):
		self.ifacePollTimer.stop()
		self.inetPollTimer.stop()
		iNetwork.stopPingConsole()
예제 #3
0
 def cleanup(self):
     iNetwork.stopPingConsole()
예제 #4
0
 def cleanup(self):
     iNetwork.stopPingConsole()