ladytotal.blogg.se

Notifying services that windows is shutting down
Notifying services that windows is shutting down





notifying services that windows is shutting down

It just start HS3 doesn't load the interface or anything. I start HS3 with Windows in the mean of task scheduler. We would need more details about how you are running HS as service to help you. It may just terminate HS before telling Windows service manager that it it's done cleaning up. Since services use different way of registering with operating system for shutdown messages, it would be wrapper's task to register with OS and when shutdown message is received it should translate that into shutdown notification appropriate for application it wraps and send it to it. Since HS does not support that mode natively, you must be running some kind of service wrapper. That said, you are saying that you are running HS as service. And I don't know if HS does register for shutdown notification from OS. I, personally, never experienced such problems. I've seen reports that HS corrupts its own database if not closed manually before shutdown. In rare cases it can even notify operating system to stop shutdown. It is expected that application will save unsaved changes and gracefully exit. Windows operating system has well defined and documented way for application to be notified about system shutting down.







Notifying services that windows is shutting down