Enum InstallState
Defines constants that indicate the installation state of an application that is configured to run outside the browser.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum InstallState
Fields
Name | Description |
---|---|
Installed | The application has been installed to run outside the browser. |
InstallFailed | The application could not be installed to run outside the browser. |
Installing | The application is in the process of being installed to run outside the browser. |
NotInstalled | The application has not been installed to run outside the browser. |