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


In This Topic
    RouteStatus Enumeration
    In This Topic
    Values for the route status, which is the overall status of the route. It accounts for the current InfoConnect host path status and the printer queue path status.
    Syntax
    'Declaration
     
    
    Public Enum RouteStatus 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RouteStatus
    public enum RouteStatus : System.Enum 
    Members
    MemberDescription
    ActiveBoth the host and printer connections are working.
    DisabledThe route is disabled in the configuration.
    EnabledThe route is enabled in the configuration.
    FailedThe host connection failed to initialize or encountered a fatal error while being executed. For information about the status of the host connection, see Host Status.
    WarningThis status can indicate a lost host connection or particular printer events, such as a busy or off-line printer. For more detailed information about the status of the host or printer connections, see HostStatus and PrintQueueStatus.
    Inheritance Hierarchy

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

    See Also