IsolatedWindowsEnvironmentProgressState Enum

Definition

Deprecated. Returned during Isolated Windows Environment creation, it represents the state of the creation process.

public enum class IsolatedWindowsEnvironmentProgressState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentProgressState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProgressState is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentProgressState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentProgressState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProgressState is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public enum IsolatedWindowsEnvironmentProgressState
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentProgressState.queued
Public Enum IsolatedWindowsEnvironmentProgressState
Inheritance
IsolatedWindowsEnvironmentProgressState
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v2.0)

Fields

Completed 2

Isolated Windows Environment creation has completed.

Creating 3

Isolated Windows Environment creation is in progress.

Finalizing 6

Isolated Windows Environment settings are being configured.

Processing 1

Isolated Windows Environment creation is preparing to start.

Queued 0

Isolated Windows Environment creation is queued.

Retrying 4

Something went wrong while creating the Isolated Windows Environment. The creation is being retried.

Starting 5

Isolated Windows Environment is starting.

Remarks

Warning

This is a deprecated API.

Applies to