Click or drag to resize
UnitStatus Enumeration
Print this page
Describes the status of a unit. Values: Parked, Stopped, Moving, Working.

Namespace: Telogis.API
  
  
Syntax
public enum UnitStatus
Members
  Member nameValueDescription
Parked0 The unit is parked (for example, overnight).
Stopped1 The unit is stopped (for example, at the depot).
Moving2 The unit is moving.
Working3 The unit is working.
See Also