Allow overriding time to wait when trying to kill the application.
authorIain Patterson <me@iain.cx>
Wed, 13 Nov 2013 15:35:20 +0000 (15:35 +0000)
committerIain Patterson <me@iain.cx>
Fri, 15 Nov 2013 16:02:58 +0000 (16:02 +0000)
commitcb571db509c239c3c465907a718479612fe5bb15
treeca3d4ca0fa8099bc6ea81207e767f2673b514ddc
parenta9269d8370b339777c32e6e4a5e5be3ad7387a1c
Allow overriding time to wait when trying to kill the application.

Three new registry entries can be used to specify a wait time in
milliseconds after attempting a stop method.

  AppStopMethodConsole
  AppStopMethodWindow
  AppStopMethodThreads

The default for each remains the same, 1500ms.

Thanks Russ Holmann.
ChangeLog.txt
README.txt
messages.mc
nssm.h
process.cpp
registry.cpp
registry.h
service.cpp