Enum LaunchOptions
Options for launching an application
public enum LaunchOptions
Fields
Install = 2Uninstall the application (if installed), install the application, and launch it.
Launch = 0Switch to the application, launching it if needed.
Restart = 1Restart the application (if already open) or launch the application.