Internet Direct (Indy)
Home
PreviousUpNext
TIdLPR.RemoveJobList Method

This requests that the daemon remove a list of jobs from its queue.

Pascal
procedure RemoveJobList(
    AList: String; 
    const AAsRoot: Boolean = False
);
Parameters 
Description 
AList 
a list of print job numbers from the person specified in the ControlFile.UserName property or if the AsRoot parameter is true, this can be the UserNames whose jobs are to be deleted
 
AsRoot 
If this parameter is true, the AList parameter can be this can be the UserNames whose jobs are to be deleted. If false, the only jobs that can be deleted are for the user specified in the ControlFile.UserName property. The root account is the system administrator or Unix Super User. 

This requests that the daemon remove a list of jobs from its queue (specified in the Queue property).

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.