LaunchOptions Enumeration
Options for launching an application

C# Syntax

public enum LaunchOptions : System.Enum 
Members
MemberDescription
InstallUninstall the application (if installed), install the application, and launch it.
LaunchSwitch to the application, launching it if needed.
RestartRestart the application (if already open) or launch the application.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Mobile.LaunchOptions