Enum UnitStatus
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Represents the status of a unit, indicating its availability for dispatch by the dispatcher.
public enum UnitStatus
- Extension Methods
Fields
ArrivedAtDestination = 8DriveToDestination = 7Individual = 9NotOnDuty = 6OnDuty = 2OnDutyAlongWay = 1OnScene = 4OnTheWay = 3SpeakRequest = 5UrgentSpeakRequest = 0