The InstallOperationType enumeration indicates the stage of the current package installation.
When a package is installed, the installation process goes through several stages. First it is Queued, then the Metadata for the package is installed, then the launch chunk is installed then the main package is installed.
This enumeration allows you to track which part of the installation operation is currently in progress.
public enum class InstallationStage
| Member | Value | Description |
|---|---|---|
| Launch | 3 | A launch chunk is being installed. |
| Metadata | 1 | The package metadata is being installed. |
| None | 0 | The installation has not started. |
| Package | 2 | The main package is being installed. |
| Paused | 6 | The installation is paused. |
| Queued | 5 | The package has been queued for installation. |
| Update | 4 | A package update installation is in progress. |
Namespace: Microsoft.Xbox.Tools.ConsoleExtensions
Metadata: microsoft.xbox.tools.consoleextensions.winmd