Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.07 KB

isolatedwindowsenvironmentstartprocessstatus.md

File metadata and controls

45 lines (26 loc) · 1.07 KB
-api-id -api-type
T:Windows.Security.Isolation.IsolatedWindowsEnvironmentStartProcessStatus
winrt enum

Windows.Security.Isolation.IsolatedWindowsEnvironmentStartProcessStatus

-description

Deprecated. Results of start process in the Isolated Windows Environment.

-enum-fields

-field UnknownFailure:1

Start process in the Isolated Windows Environment failed with unknown error.

-field Success:0

Start process in the Isolated Windows Environment succeed.

-field FileNotFound:3

Start process in the Isolated Windows Environment failed because a file was not found.

-field EnvironmentUnavailable:2

Start process in the Isolated Windows Environment failed because the Environment is not available.

-field AppNotRegistered:4

Start process in the Isolated Windows Environment failed because the application is not registered.

-remarks

Warning

This is a deprecated API.

-see-also

-examples