LaunchAction

constructor(@Nullable path: String)

Creates action instance.

Parameters

path

Path to the application that shall be launched or the document that shall be opened or printed.


constructor(@Nullable path: String, @Nullable subActions: List<Action>)

Creates action instance.

Parameters

path

Path to the application that shall be launched or the document that shall be opened or printed.

subActions

List of sub-actions of this action.