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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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