Continues a service after it has been paused.
public procedure Continue;
When you call Continue for a service, its Status is first changed to ContinuePending and then, when the Continue method returns, it is changed to Running. You cannot call Continue for the service until the service controller status is Paused.