Indicates the status of a TIdLPR object.
TIdLPRStatus = ( psPrinting, psJobCompleted, psError, psGettingQueueState, psGotQueueState, psDeletingJobs, psJobsDeleted, psPrintingWaitingJobs, psPrintedWaitingJobs );
TIdLPRStatus is an enumerated type that represents the status value found in a TIdLPR object.
TIdLPRStatus can contain one of the following values:
|
Value Meaning |
|
-------------------- ------------------------------------------------
|
|
psPrinting The print job is being sent to the daemon |
|
psJobCompleted The print job was successfully sent to the daemon |
|
psError The daemon returned an error reply |
|
psGettingQueueState The queue's status is being requested |
|
psGotQueueState The daemon returned the queue's state. |
|
psDeletingJobs The printing jobs are being deleted |
|
psJobsDeleted The print jobs have been deleted |
|
psPrintingWaitingJobs The waiting jobs in the queue are being printed |
|
psPrintedWaitingJobs The waiting jobs in the queue have been printed |
|
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. |