Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.13 KB

isolatedwindowsenvironmentprogressstate.md

File metadata and controls

53 lines (30 loc) · 1.13 KB
-api-id -api-type
T:Windows.Security.Isolation.IsolatedWindowsEnvironmentProgressState
winrt enum

Windows.Security.Isolation.IsolatedWindowsEnvironmentProgressState

-description

Deprecated. Returned during Isolated Windows Environment creation, it represents the state of the creation process.

-enum-fields

-field Queued:0

Isolated Windows Environment creation is queued.

-field Processing:1

Isolated Windows Environment creation is preparing to start.

-field Completed:2

Isolated Windows Environment creation has completed.

-field Creating: 3

Isolated Windows Environment creation is in progress.

-field Retrying: 4

Something went wrong while creating the Isolated Windows Environment. The creation is being retried.

-field Starting: 5

Isolated Windows Environment is starting.

-field Finalizing: 6

Isolated Windows Environment settings are being configured.

-remarks

Warning

This is a deprecated API.

-see-also

-examples