Respect throttle time when trying to start a service.
authorIain Patterson <me@iain.cx>
Tue, 2 Aug 2016 10:32:05 +0000 (11:32 +0100)
committerIain Patterson <me@iain.cx>
Tue, 2 Aug 2016 10:32:05 +0000 (11:32 +0100)
commitfb754aaeeb24a7dcfdfb7b905ad5073b32bbe5ae
tree8cd79af17f68501adf74d69c281615067bf73922
parentb76766ed76f1bf26c31e0c73b154e2f6a95b278d
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.
service.cpp