InfoConnect for Airlines
RouteQueueStatus Enumeration


Values for the status of the printer queue path.
Syntax
'Declaration
 
Public Enum RouteQueueStatus 
   Inherits System.Enum
'Usage
 
Dim instance As RouteQueueStatus
public enum RouteQueueStatus : System.Enum 
Members
MemberDescription
AvailableThe printer queue path is available.
BlockCheckData received by the device did not validate correctly.
BusyThe printer queue path indicates that the printer is busy. For serial printers this means that clear to send (CTS) is low.
ErrorThe printer queue path has received an InfoConnect error. The host filter may or may not be attempting to recover.
LockedThe printer queue path is currently locked by another host filter.
NotAvailableThe printer queue path is not available.
OfflineThe printer queue path indicates that the printer is off-line. For serial printers, this means that data set ready (DSR) is low.
OnlineThe printer queue path is ready to accept jobs. Note: This value alone does not indicate that the route is available. Another route may have the queue locked. Check the value in the Lock State field.
OutOfPaperThe printer queue path indicates that the printer is out of paper.
PaperJamThe printer queue path indicates that the printer has a paper jam.
PrintingThe printer queue path is processing a print job.
Inheritance Hierarchy

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

See Also