Re: Query Print Centre for status
Re: Query Print Centre for status
- Subject: Re: Query Print Centre for status
- From: Andrew Oliver <email@hidden>
- Date: Sat, 31 May 2003 22:14:51 -0700
You mean more than:
tell application "Print Center"
get status of current printer
end tell
Returns one of { stopped, idle, printing, error }, as appropriate
Obviously you could query a specific printer given its name, or you could
check for any active printer using 'every printer', and walking the list
that's returned.
Andrew
:)
On 5/31/03 5:07 PM, "Paul Bunch" <email@hidden> wrote:
>
Hi People,
>
Does anyone out there know how I can reliably query the default print queue
>
(open default printer and/or query the process) under 10.2.6 (Beta System
>
Events installed), as a means to set the length of delay between files,
>
while batch printing?
>
>
Regards,
>
Paul Bunch
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.