'DeclarationPublic Enum RouteQueueStatus Inherits System.Enum
'UsageDim instance As RouteQueueStatus
public enum RouteQueueStatus : System.Enum
'DeclarationPublic Enum RouteQueueStatus Inherits System.Enum
'UsageDim instance As RouteQueueStatus
public enum RouteQueueStatus : System.Enum
| Member | Description |
|---|---|
| Available | The printer queue path is available. |
| BlockCheck | Data received by the device did not validate correctly. |
| Busy | The printer queue path indicates that the printer is busy. For serial printers this means that clear to send (CTS) is low. |
| Error | The printer queue path has received an InfoConnect error. The host filter may or may not be attempting to recover. |
| Locked | The printer queue path is currently locked by another host filter. |
| NotAvailable | The printer queue path is not available. |
| Offline | The printer queue path indicates that the printer is off-line. For serial printers, this means that data set ready (DSR) is low. |
| Online | The 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. |
| OutOfPaper | The printer queue path indicates that the printer is out of paper. |
| PaperJam | The printer queue path indicates that the printer has a paper jam. |
| Printing | The printer queue path is processing a print job. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.PTR.RouteQueueStatus