| Prev | Next | Basic Verbs > setEventTimeOut |
setEventTimeOut
| Syntax |
setEventTimeOut (number)
|
| Params |
number is the number of sixtieths of a second (ticks) after which outgoing appleEvent messages should time out.
|
| Action |
Sets the timeout value for all outgoing messages sent by the current script to number.
|
| Returns |
True.
|
| Examples |
setEventTimeOut (600) «time out after 10 seconds » true
setEventTimeOut (-1) «see Notes
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
This verb affects all subsequent appleEvent, complexEvent, tableEvent and transactionEvent calls. Each running script has its own timeout setting, which initially is infinite (no time out). To re-establish Frontier's default (infinite) timeout, pass -1 as the timeout value.
|
| See Also |
setEventInteraction
|
| Prev | Next | Basic Verbs > setEventTimeOut |