let NSAppleEventTimeOutDefault : Double
Specifies that an event-processing operation should continue until a timeout occurs based on a value determined by the Apple Event Manager (about 1 minute). Not currently used by applications.
あるイベント処理操作が、アップルイベントマネージャによって決められる値(およそ1分)に基づいて時間切が起こるまで続けられるべきであるのを指定します。現在はアプリケーションによって使用されません。
let NSAppleEventTimeOutNone : Double
Specifies that the application is willing to wait indefinitely for the current operation to complete. Not currently used by applications.
アプリケーションが現在の操作を完了するために無限に待つ用意があることを指定します。現在はアプリケーションによって使用されません。