CoreWebView2ClusterEnvironmentStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The outcome of establishing or attaching to a shared cluster environment.
public enum CoreWebView2ClusterEnvironmentStatus
type CoreWebView2ClusterEnvironmentStatus =
Public Enum CoreWebView2ClusterEnvironmentStatus
- Inheritance
-
CoreWebView2ClusterEnvironmentStatus
Fields
| Name | Value | Description |
|---|---|---|
| Succeeded | 0 | The shared cluster environment is ready, either freshly established or attached to an existing cluster with matching options. |
| OptionsMismatch | 1 | A cluster already exists for this |
| NotSupported | 2 | This host cannot use cluster environments, for example a sandboxed AppContainer process such as a UWP app. No environment is provided; use a private (non-shared) environment instead. |