API/Autodoc/Classes/RuStoreInstallState.en.md


RuStoreInstallState

class_name RuStoreInstallState extends RefCounted

Describes the current state of the update installation.

Properties

var bytesDownloaded: int = 0
Number of downloaded bytes.
var totalBytesToDownload: int = 0
Total number of bytes to download.
var percentDownloaded: float = 0
Download percentage.
var installStatus: ERuStoreInstallStatus
Status of the update installation if the user is already installing an update at the current moment.
var installErrorCode: ERuStoreInstallErrorCode
Error code during the update download.