共用方式為


IsolatedWindowsEnvironmentProcessState 列舉

定義

已取代。 隔離式 Windows 環境中的進程執行目前狀態。

public enum class IsolatedWindowsEnvironmentProcessState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentProcessState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcessState 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 IsolatedWindowsEnvironmentProcessState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentProcessState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcessState 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 IsolatedWindowsEnvironmentProcessState
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentProcessState.running
Public Enum IsolatedWindowsEnvironmentProcessState
繼承
IsolatedWindowsEnvironmentProcessState
屬性

Windows 需求

裝置系列
Windows 10, version 2004 (已於 10.0.19041.0 引進)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (已於 v2.0 引進)

欄位

Aborted 2

隔離式 Windows 環境中的程式已中止。

Completed 3

隔離式 Windows 環境中的程式已完成。

Running 1

隔離式 Windows 環境中的進程正在執行。

備註

警告

這是已被取代的 API。

適用於