From: Iain Patterson Date: Wed, 13 Nov 2013 15:03:47 +0000 (+0000) Subject: Calculate service stop wait hint correctly. X-Git-Tag: v2.18~10 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=ee52ab253b65c52ff039d8058c66b1a63a656b01;hp=ee52ab253b65c52ff039d8058c66b1a63a656b01;p=nssm.git Calculate service stop wait hint correctly. The wait hint when changing the service status to stopped failed to take into account the grace period after sending a Control-C event. It also failed to consider the case where one or more stop methods were disabled. ---