Instance Property インスタンスプロパティ

transactionID

The receiver’s transaction ID, if any. レシーバの持つトランザクションID、もしあれば。

Declaration 宣言

var transactionID: AETransactionID { get }

Discussion 議論

The receiver’s transaction ID (an integer value), or 0 if an error occurs. レシーバの持つトランザクションID(整数値)、またはエラーが起こるならば0。

The receiver must be an Apple event. Currently provides no indication if an error occurs. For more information on transactions, see the description for appleEvent(withEventClass:eventID:targetDescriptor:returnID:transactionID:). レシーバは、ひとつのアップルイベントでなければなりません。今のところエラーが起こるならば何の兆候も示しません。トランザクションに関するさらなる情報として、appleEvent(withEventClass:eventID:targetDescriptor:returnID:transactionID:)に対する記述を見てください。

See Also 参照

Working With Apple Event Descriptors アップルイベント記述子を扱う