Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public enum RouteState
Visual Basic
Public Enumeration RouteState

Members

Member nameValueDescription
Unlocked0Members of this route can be used by others.
Pending1Route is in the process of being set or locked.
Locked2No member of this route can be used by another.

See Also