1 """Suite Process classes: Classes representing processes that are running
4 Generated from /Volumes/Sap/System Folder/Finder
5 AETE/AEUT resource version 0/144, language 0, script 0
13 class Process_classes_Events
:
18 class process(aetools
.ComponentItem
):
19 """process - A process running on this computer """
21 class name(aetools
.NProperty
):
22 """name - the name of the process """
25 class visible(aetools
.NProperty
):
26 """visible - Is the process' layer visible? """
29 class frontmost(aetools
.NProperty
):
30 """frontmost - Is the process the frontmost process? """
33 class file(aetools
.NProperty
):
34 """file - the file from which the process was launched """
37 class file_type(aetools
.NProperty
):
38 """file type - the OSType of the file type of the process """
41 class creator_type(aetools
.NProperty
):
42 """creator type - the OSType of the creator of the process (the signature) """
45 class accepts_high_level_events(aetools
.NProperty
):
46 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
49 class accepts_remote_events(aetools
.NProperty
):
50 """accepts remote events - Does the process accept remote events? """
53 class has_scripting_terminology(aetools
.NProperty
):
54 """has scripting terminology - Does the process have a scripting terminology, i.e., can it be scripted? """
57 class total_partition_size(aetools
.NProperty
):
58 """total partition size - the size of the partition with which the process was launched """
61 class partition_space_used(aetools
.NProperty
):
62 """partition space used - the number of bytes currently used in the process' partition """
68 class application_process(aetools
.ComponentItem
):
69 """application process - A process launched from an application file """
71 class _3c_Inheritance_3e_(aetools
.NProperty
):
72 """<Inheritance> - inherits some of its properties from the process class """
75 class application_file(aetools
.NProperty
):
76 """application file - the application file from which this process was launched """
80 application_processes
= application_process
82 class desk_accessory_process(aetools
.ComponentItem
):
83 """desk accessory process - A process launched from a desk accessory file """
85 class desk_accessory_file(aetools
.NProperty
):
86 """desk accessory file - the desk accessory file from which this process was launched """
90 desk_accessory_processes
= desk_accessory_process
91 process
._superclassnames
= []
92 process
._privpropdict
= {
95 'frontmost' : frontmost
,
97 'file_type' : file_type
,
98 'creator_type' : creator_type
,
99 'accepts_high_level_events' : accepts_high_level_events
,
100 'accepts_remote_events' : accepts_remote_events
,
101 'has_scripting_terminology' : has_scripting_terminology
,
102 'total_partition_size' : total_partition_size
,
103 'partition_space_used' : partition_space_used
,
105 process
._privelemdict
= {
107 application_process
._superclassnames
= ['process']
108 application_process
._privpropdict
= {
109 '_3c_Inheritance_3e_' : _3c_Inheritance_3e_
,
110 'application_file' : application_file
,
112 application_process
._privelemdict
= {
114 desk_accessory_process
._superclassnames
= ['process']
115 desk_accessory_process
._privpropdict
= {
116 '_3c_Inheritance_3e_' : _3c_Inheritance_3e_
,
117 'desk_accessory_file' : desk_accessory_file
,
119 desk_accessory_process
._privelemdict
= {
123 # Indices of types declared in this module
125 _classdeclarations
= {
127 'pcda' : desk_accessory_process
,
128 'pcap' : application_process
,
131 _propdeclarations
= {
134 'appt' : total_partition_size
,
135 'isab' : accepts_high_level_events
,
136 'dafi' : desk_accessory_file
,
137 'hscr' : has_scripting_terminology
,
139 'c@#^' : _3c_Inheritance_3e_
,
140 'fcrt' : creator_type
,
141 'pusd' : partition_space_used
,
144 'appf' : application_file
,
145 'revt' : accepts_remote_events
,
148 _compdeclarations
= {
151 _enumdeclarations
= {