setEventTransactionID
| Syntax |
setEventTransactionID (ID)
|
| Params |
ID is a transaction id value established by a prior beginTransaction message.
|
| Action |
Sets the transaction id value for all outgoing messages sent by the current script to ID.
|
| Returns |
True
|
| Examples |
with objectModel, MacDatabase { transID = beginTransaction (); setEventTransactionID (transID)}
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
This verb affects all subsequent appleEvent, complexEvent, finderEvent, tableEvent and transactionEvent calls. Each running script has its own transaction ID setting, which initially is zero (no transaction). To stop using a transaction ID, pass 0 as the ID value.
|
| See Also |
setEventTimeOut
|