Contents

transactionID

The receiver’s transaction ID, if any.

Declaration

var transactionID: AETransactionID { get }

Discussion

The receiver’s transaction ID (an integer value), or 0 if an error occurs.

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:).

See Also

Working With Apple Event Descriptors