InfoConnect API Guide
Attachmate.Reflection.Emulation.PTR Namespace / RouteLockState Enumeration


In This Topic
    RouteLockState Enumeration
    In This Topic
    Values for the lock state of the printer queue path. Each printer queue path may be locked by only one route at any instance.
    Syntax
    'Declaration
     
    
    Public Enum RouteLockState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RouteLockState
    public enum RouteLockState : System.Enum 
    Members
    MemberDescription
    LockedThe printer queue path is locked by the route.
    UnlockedThe printer queue path is available for printing
    WaitingThe route is waiting for the printer queue path to become available.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.PTR.RouteLockState

    See Also