Enum ServiceStatus
Defines the state of a running service.
Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public enum ServiceStatus
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. |