home *** CD-ROM | disk | FTP | other *** search
- {
- Name = "Print Center Suite";
- Description = "Terms and Events for controlling printers and their queues of jobs";
-
- Classes = {
- NSApplication = {
- Name = "application";
- PluralName = "applications";
- Description = "The Print Center program";
- Attributes = {
- name = {
- Name = "name";
- Description = "the name of the application";
- };
- currentPrinter = {
- Name = "current printer";
- Description = "the currently selected printer";
- };
- };
- };
- Printer = {
- Name = "printer";
- PluralName = "printers";
- Description = "A printer";
- Attributes = {
- name = {
- Name = "name";
- Description = "the name that identifies this printer on the network";
- };
- status = {
- Name = "status description";
- Description = "a description of the activity, if any, currently being performed by this printer";
- };
- aeStatus = {
- Name = "status";
- Description = "a description of the activity, if any, currently being performed by this printer";
- };
- kind = {
- Name = "kind";
- Description = "the manufacturer's description of this printer model";
- };
- };
- };
- Job = {
- Name = "job";
- PluralName = "jobs";
- Description = "A print job";
- Attributes = {
- name = {
- Name = "name";
- Description = "the name that identifies this job in the print queue";
- };
- aeStatus = {
- Name = "status";
- Description = "a description of the activity, if any, currently being performed on this job";
- };
- aePriority = {
- Name = "priority";
- Description = "the order of precedence of this job in the print queue";
- };
- };
- };
- };
- Enumerations = {
- PrinterStatus = {
- Printing = {Description = "printing"; Name = "printing";};
- Idle = {Description = "idle"; Name = "idle";};
- Stopped = {Description = "stopped"; Name = "stopped";};
- Error = {Description = "error"; Name = "error";};
- };
- JobStatus = {
- Printing = {Description = "printing"; Name = "printing";};
- Waiting = {Description = "waiting"; Name = "waiting";};
- HoldUntil = {Description = "hold until"; Name = "hold until";};
- Hold = {Description = "hold"; Name = "hold";};
- Aborted = {Description = "aborted"; Name = "aborted";};
- Finished = {Description = "finished"; Name = "finished";};
- Error = {Description = "error"; Name = "error";};
- };
- Priority = {
- Low = {Description = "low"; Name = "low";};
- Normal = {Description = "normal"; Name = "normal";};
- Urgent = {Description = "urgent"; Name = "urgent";};
- };
- };
- }
-