var scriptErrorNumber : Int
Sets a script error number that is associated with the execution of the command and is returned in the reply Apple event, if a reply was requested by the sender.
返答がセンダーによって要求されたならば、返答アップルイベントにおいて返される、コマンドの実行と結び付けられる、スクリプトエラー番号を設定します。
var scriptErrorOffendingObjectDescriptor : NSAppleEventDescriptor?
Sets a descriptor for an object that will be put in the reply Apple event if the sender requested a reply, execution of the receiver completes, and an error number was set.
センダーが返答を要求した、レシーバの実行が完了する、そしてエラー番号が設定されたならば返答アップルイベントに置かれる、あるオブジェクトに対する記述子を設定します。
var scriptErrorString : String?
Sets a script error string that is associated with execution of the command.
そのコマンドの実行と結び付けられるスクリプトエラー文字列を設定します。