Share via


IsolatedWindowsEnvironmentStartProcessResult.Status Property

Definition

Deprecated. Queries the status of process execution in the Isolated Windows Environment.

public:
 property IsolatedWindowsEnvironmentStartProcessStatus Status { IsolatedWindowsEnvironmentStartProcessStatus get(); };
IsolatedWindowsEnvironmentStartProcessStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentStartProcessStatus Status();
public IsolatedWindowsEnvironmentStartProcessStatus Status { get; }
public IsolatedWindowsEnvironmentStartProcessStatus Status { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var isolatedWindowsEnvironmentStartProcessStatus = isolatedWindowsEnvironmentStartProcessResult.status;
Public ReadOnly Property Status As IsolatedWindowsEnvironmentStartProcessStatus

Property Value

String

Attributes

Remarks

Warning

This is a deprecated API.

Applies to