Values ¶
            pdg.serviceState.Stopped
        
The service is currently stopped, indicating that no clients are running and that no work items can be accepted.
            pdg.serviceState.Starting
        
The service is currently in the process of starting up, which means that some clients in the service pool may be available to accept work items.
            pdg.serviceState.Running
        
The service is fully running and all clients in the service pool are available to accept work items.