core.quit
| Syntax |
core.quit (appID, save)
|
| Params |
appID is a value identifying the application to which this verb is addressed. It can be a string4 containing the application signature, a binary value obtained by calling sys.browseNetwork or a string containing a valid network address. save is a value indicating whether or not changes should be saved. It should be one of the following objectModel constants: yes, no, or ask.
|
| Action |
Carries out all the actions associated with quitting the application identified by appID.
|
| Returns |
True
|
| Examples |
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
This is a low-level verb intended to be used only with applications that support the Core suite of Apple Events. Typically, an application's verb table will include high-level verbs that correspond to all of the events that it supports, so scripts should not have to call the core verbs directly.
|
| See Also |
required.quitApplication
|