Enum UnitDispatchOption
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Represents the options for unit dispatch, determining how units are selected for dispatch.
public enum UnitDispatchOption
- Extension Methods
Fields
Exclude = 1Indicates that the unit should be excluded from automatic dispatch.
MaxDistance = 3Indicates that the unit should be dispatched based on the closest distance to the location, with a maximum distance override.
MinDistance = 2Indicates that the unit should be dispatched based on the closest distance to the location, with a minimum distance override.
Normal = 0Indicates a normal dispatch option.