Description
A process running on this computer
- Plural name:
- processes
- Defined in:
- Inherits from:
Properties
- acceptsHighLevelEvents (r/o) boolean -- Is the process high-level event aware (accepts open application, open document, print document, and quit)?
- acceptsRemoteEvents (r/o) boolean -- Does the process accept remote events?
- architecture (r/o) unicodeText -- the architecture in which the process is running
- backgroundOnly (r/o) boolean -- Does the process run exclusively in the background?
- bundleIdentifier (r/o) unicodeText -- the bundle identifier of the process' application file
- Classic (r/o) boolean -- Is the process running in the Classic environment?
- creatorType (r/o) unicodeText -- the OSType of the creator of the process (the signature)
- displayedName (r/o) unicodeText -- the name of the file from which the process was launched, as displayed in the User Interface
- file (r/o) alias -- the file from which the process was launched
- fileType (r/o) unicodeText -- the OSType of the file type of the process
- frontmost boolean -- Is the process the frontmost process
- hasScriptingTerminology (r/o) boolean -- Does the process have a scripting terminology, i.e., can it be scripted?
- id_ (r/o) unsignedInteger -- The unique identifier of the process
- name (r/o) unicodeText -- the name of the process
- partitionSpaceUsed (r/o) unsignedInteger -- the number of bytes currently used in the process' partition
- shortName (r/o) unicodeText -- the short name of the file from which the process was launched
- totalPartitionSize (r/o) unsignedInteger -- the size of the partition with which the process was launched
- unixId (r/o) integer -- The Unix process identifier of a process running in the native environment, or -1 for a process running in the Classic environment
- visible boolean -- Is the process' layer visible?
Notes
- Inherited by:
- Contained by: