On 02/09/2010 18:03, David wrote:
Il Thu, 02 Sep 2010 16:22:04 +0100, Ian Hobson ha scritto:

self.ReportServiceStatus(win32service.SERVICE_STOP_PENDING)
You may try to give a WaitHint parameter to ReportServiceStatus call,
otherwise the Service Manager will expect the service is stopped istantly.

self.ReportServiceStatus(win32service.SERVICE_STOP_PENDING, 1000)


David
Thanks David.

Sadly that makes no difference.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to