コード例 #1
0
 def Stop(self, memStream=None):
     """
     State constant for service shutdown and base class Stop() call
     """
     self.state = service.SERVICE_STOP_PENDING
     Service.Stop(self, memStream)
     self.state = service.SERVICE_STOPPED
コード例 #2
0
 def Stop(self, memStream=None):
     self.Hide()
     Service.Stop(self, memStream)
コード例 #3
0
ファイル: svc_gridload.py プロジェクト: connoryang/1v1dec
 def Stop(self, memStream=None):
     self.state = service.SERVICE_STOP_PENDING
     Service.Stop(self, memStream)
     self.state = service.SERVICE_STOPPED