ServiceState.cs 110 B

1234567891011
  1. namespace OpenSEMI.ClientBase
  2. {
  3. public enum ServiceState
  4. {
  5. Normal,
  6. Shutdown,
  7. Fault,
  8. Disconnect
  9. }
  10. }