Beispiel #1
0
 def finish(self):
     u"""実行の後始末を行う."""
     self.server.server_close()
     PluginApplication.finish(self)
Beispiel #2
0
 def finish(self):
     u"""実行の後始末を行う."""
     self.monitor.terminate()
     PluginApplication.finish(self)