System\CIM_QueueForBatchService.mof.mof (HTML version)

Return to index
CIM_QueueForBatchService Superclass: CIM_Dependency
This association indicates that a BatchService utilizes a particular JobQueue, to hold jobs submitted to the Service. At any point in time, the JobQueue can be full or otherwise not accepting jobs from the BatchService. This situation is indicated by the QueueAcceptingFromService Boolean property in this association.
Qualifiers:Version ( "2.8.1000" ) Experimental UMLPackagePath ( "CIM::System::Processing" ) Association
Parameters (local in grey)
boolean QueueAcceptingFromService ;
Indicates that the BatchService can place jobs on the Queue.
Override ( "Dependent" )
CIM_BatchService REF Dependent ;
The BatchService that puts BatchJobs on the Queue.
Override ( "Antecedent" )
CIM_JobQueue REF Antecedent ;
The BatchQueue that the Service utilizes.