Home | History | Annotate | Download | only in Finder

Lines Matching full:process

83     """application process - A process launched from an application file """
86 """<Inheritance> - inherits some of its properties from the process class """
90 """application file - the application file from which this process was launched """
97 """desk accessory process - A process launched from a desk accessory file """
100 """desk accessory file - the desk accessory file from which this process was launched """
106 class process(aetools.ComponentItem):
107 """process - A process running on this computer """
110 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
114 """accepts remote events - Does the process accept remote events? """
118 """creator type - the OSType of the creator of the process (the signature) """
122 """file - the file from which the process was launched """
126 """file type - the OSType of the file type of the process """
130 """frontmost - Is the process the frontmost process? """
134 """has scripting terminology - Does the process have a scripting terminology, i.e., can it be scripted? """
138 """name - the name of the process """
142 """partition space used - the number of bytes currently used in the process' partition """
146 """total partition size - the size of the partition with which the process was launched """
150 """visible - Is the process' layer visible? """
154 processes = process
161 application_process._superclassnames = ['process']
168 desk_accessory_process._superclassnames = ['process']
175 process._superclassnames = []
176 process._privpropdict = {
189 process._privelemdict = {
199 'prcs' : process,