継承関係(Inheritance)

process
application process
desk accessory process

属性(Properties)

name 文字列[r/o]
名前
visible 真偽値
可視か
frontmost 真偽値
一番手前か
file 参照[r/o]
起動されたファイル
file type タイプ[r/o]
ファイルの種類を示す OSType 識別子
creator type タイプ[r/o]
クリエータを示す OSType 識別子
accepts high level events 真偽値[r/o]
ハイレベルイベント対応か
accepts remote events 真偽値[r/o]
リモートイベント対応か
has scripting terminology 真偽値[r/o]
用語説明を持つか
total partition size 整数[r/o]
起動に使うメモリ
partition space used 整数[r/o]
使用中のメモリ

解説(Note)

 SystemEventsのprocessに委譲されたので、Finderでは廃止の方向になっている。

用例(Example)

  1. 
    -- スクリプト例は、特にありません。