Home | History | Annotate | Download | only in SystemEvents

Lines Matching full:process

51     """application process - A process launched from an application file """
54 """application file - a reference to the application file from which this process was launched """
61 """desk accessory process - A process launched from an desk accessory file """
64 """desk accessory file - a reference to the desk accessory file from which this process was launched """
70 class process(aetools.ComponentItem):
71 """process - A process running on this computer """
74 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
78 """accepts remote events - Does the process accept remote events? """
82 """classic - Is the process running in the Classic environment? """
86 """creator type - the OSType of the creator of the process (the signature) """
90 """file - the file from which the process was launched """
94 """file type - the OSType of the file type of the process """
98 """frontmost - Is the process the frontmost process """
102 """has scripting terminology - Does the process have a scripting terminology, i.e., can it be scripted? """
106 """name - the name of the process """
110 """partition space used - the number of bytes currently used in the process' partition """
114 """total partition size - the size of the partition with which the process was launched """
118 """visible - Is the process' layer visible? """
122 processes = process
143 'process' : process,
146 application_process._superclassnames = ['process']
153 desk_accessory_process._superclassnames = ['process']
160 process._superclassnames = ['item']
161 process._privpropdict = {
177 process._privelemdict = {
187 'prcs' : process,