Name
action launch application, actionlaunchapplication, kPMActionActionLaunchApplication — Launch an application.
Synopsis
action launch application structure { type, application description };
type : string, choice |
application description : application description structure
|
Description
Launch an application.
Launches an application. The next action is performed immediately after launching. The application description can be used to open and print documents.
Fields
type. Type of action to perform.
type
is a string. type
must be launch application, kPMActionType_LaunchApplication
.
application description. application to launch.
Details of the application to launch.
application description
is a application description structure.