Enum ServiceStatus
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Rest
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
Defines the state of a running service.
public enum ServiceStatus
Fields
Cancelled = 3
Service has been cancelled by a cancellation token.
Running = 2
Service is running.
Stopped = 1
Service is stopped.
Unknown = 0
Unknown - default, during start up.