sys.stopservice

Here are the examples of the python api sys.stopservice taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: OpenERP-ledDisplay Source File: ServiceLauncher.py
        def SvcStop(self):
                self.ReportServiceStatus(win32service.SERVICE_STOP_PENDING)
                sys.stopservice = "true"
                win32event.SetEvent(self.hWaitStop)