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 = 64Installation process has been completed.
Download = 1Installation process is downloading assets.
Idle = 0Installation process is currently on idle.
Install = 2Installation process is on installing state, which includes extraction of the archive or applying data on assets.
Preparing = 16Installation 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 = 8Installation process is removing some assets. This usually happens when the installation process involves a clean-up process to unused assets.
Updating = 32Installation 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 = 4Installation process is verifying assets. This usually happens when the installation process required to verify the assets or archives before extracting/installing.