IsolatedWindowsEnvironmentProgressState 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.
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
Name | Value | Description |
---|---|---|
Queued | 0 | Isolated Windows Environment creation is queued. |
Processing | 1 | Isolated Windows Environment creation is preparing to start. |
Completed | 2 | Isolated Windows Environment creation has completed. |
Creating | 3 | Isolated Windows Environment creation is in progress. |
Retrying | 4 | Something went wrong while creating the Isolated Windows Environment. The creation is being retried. |
Starting | 5 | Isolated Windows Environment is starting. |
Finalizing | 6 | Isolated Windows Environment settings are being configured. |
Remarks
Warning
This is a deprecated API.