Enum ServiceStatus
Defines the state of a running DICOM Adapter service.
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public enum ServiceStatus : int
  Fields
| Name | Description | 
|---|---|
| Cancelled | Service has been cancelled by a cancellation token.  | 
      
| Running | Service is running.  | 
      
| Stopped | Service is stopped.  | 
      
| Unknown | Unknown - default, during start up.  |