Table of Contents

Enum InstallProgressState

Namespace
Hi3Helper.Plugin.Core.Management
Assembly
Hi3Helper.Plugin.Core.dll

Defines a state of the current installation progress.

[Flags]
public enum InstallProgressState
Extension Methods

Fields

Completed = 64

Installation process has been completed.

Download = 1

Installation process is downloading assets.

Idle = 0

Installation process is currently on idle.

Install = 2

Installation process is on installing state, which includes extraction of the archive or applying data on assets.

Preparing = 16

Installation process is on preparing state. This usually happens when the installation process required to prepare/fetch the API or References data before any operations can be run.

Removing = 8

Installation process is removing some assets. This usually happens when the installation process involves a clean-up process to unused assets.

Updating = 32

Installation process is on updating state, which includes extraction of the archive or applying data on assets.
This state is the same as Install, but for updates.

Verify = 4

Installation process is verifying assets. This usually happens when the installation process required to verify the assets or archives before extracting/installing.