IADsPrintQueueOperations Method: Resume

Resume();

Description
Resumes processing of paused print jobs in the print queue.

Remarks
The user must have administrative privileges on the queue to use this method.

Example

Dim PrintQueueOperations As IADsPrintQueueOperations
'Get the interface. In the path HP DeskJet 500C is the print queue.
Set PrintQueueOperations = GetObject ("NTDS://MSFT/MOON/HP DeskJet 500C")
'Resume the processing of the queue
PrintQueueOperations.Resume

 

See Also