Device\CIM_QueueForPrintService.mof.mof (HTML version)

Return to index
CIM_QueueForPrintService Superclass: CIM_Dependency
This association indicates that a PrintService utilizes a particular PrintQueue.
Qualifiers:Version ( "2.14.0" ) UMLPackagePath ( "CIM::Device::Printing" ) Association
Parameters (local in grey)
MappingStrings { "RFC2911.IETF|Printer.printer-is-accepting-jobs" }
boolean QueueAcceptingFromService ;
Indicates that the PrintService can accept Jobs and place them on the Queue.
Override ( "Dependent" )
CIM_PrintService REF Dependent ;
The PrintService that puts Jobs on the Queue.
Override ( "Antecedent" )
CIM_PrintQueue REF Antecedent ;
The PrintQueue that the Service utilizes.