다음을 통해 공유


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입니다.

적용 대상