ServiceStatus Class

The status of a service, whether it be a receiver from Mobiletrack or a third party API we depend on.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class ServiceStatus : AbstractValueMap<ServiceStatus>
Inheritance
Object    AbstractValueMapServiceStatus    ServiceStatus

Fields

Active The service is active and running.
Blocked The service is alive, but it blocks any request we send to it.
Degraded The service is degraded and may not be functioning as expected.
Down The service is down and not functioning.
Maintenance The service is down for maintenance.

See Also