Language

CoreWebView2ClusterEnvironmentStatus Enum

Definition

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 ClusterName with different options. No environment is provided; read the cluster's options with GetCoreWebView2ClusterEnvironmentOptions and retry, or use a private (non-shared) environment.

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.

Applies to