Table of Contents

Enum ServiceState

Namespace
JD.AI.Daemon.Services
Assembly
JD.AI.Daemon.dll

Possible service states.

public enum ServiceState

Fields

NotInstalled = 1
Running = 3
Starting = 4
Stopped = 2
Stopping = 5
Unknown = 0