appExec method
This command executes various tasks at the application's level. The possible values for the method argument are:
aboutPanelDisplay the About window
characterPanelOpen the character palette
colorPanelOpen the color palette
hideHide all Alpha's windows and next application is activated
hideOthersHide windows of all other applications
miniaturizeAllMiniaturize all Alpha's windows
terminateQuit Alpha
unhideRestore hidden windows to the screen
unhideAllUnhide all applications, including Alpha
Additional information for developers: the method argument can also be the name of any Cocoa method of the NSApplication class that accepts a single nullable argument, like runPageLayout, showHelp. If the method does not exist, it is ignored, otherwise it is invoked with a nil argument.