Enum ContentUpdateState

Content update states and statuses.

Values

Name Description
Unknown = -1 An unknown or undocumented state.
Idle = 0 Update thread is Idle.
GetFileList = 1 Retrieving the update file list from the server.
DownloadFiles = 2 Downloading files from the server.
WaitForUserIdle = 3 All files downloaded and waiting for KioWare to be idle.
Failed = 13 Update failed.
Cancelled = 14 Update cancelled.
Aborted = 15 Updated aborted (by exit or other interruption).

Requirements

KioWare for Windows version 8.18 or greater.