From: Iain Patterson Date: Tue, 2 Aug 2016 10:32:05 +0000 (+0100) Subject: Respect throttle time when trying to start a service. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=fb754aaeeb24a7dcfdfb7b905ad5073b32bbe5ae;hp=fb754aaeeb24a7dcfdfb7b905ad5073b32bbe5ae;p=nssm.git Respect throttle time when trying to start a service. If we manage the service, retrieve the AppThrottle milliseconds value and return if the start control doesn't return in that time. This prevents hanging waiting for a service which fails to start. ---