models.install_state_enum module¶
-
class
models.install_state_enum.
InstallStateEnum
[source]¶ Bases:
object
Implementation of the ‘InstallState’ enum.
Specifies app installation status. Specifies status of the app installation. kNotInstalled - App yet to be installed. kInstallInProgress - App installation is in progress. kInstalled - App is installed successfully and can be launched. kInstallFailed - App installation failed. kUninstallInProgress - App uninstallation is in progress. kUninstallFailed - App uninstallation failed. kDownloadNotStarted - App download has not started. kDownloadInProgress - App download in progress. kDownloadComplete - App download completed. kDownloadFailed - App download failed.
- Attributes:
KNOTINSTALLED: TODO: type description here. KINSTALLINPROGRESS: TODO: type description here. KINSTALLED: TODO: type description here. KINSTALLFAILED: TODO: type description here. KUNINSTALLINPROGRESS: TODO: type description here. KUNINSTALLFAILED: TODO: type description here. KDOWNLOADNOTSTARTED: TODO: type description here. KDOWNLOADINPROGRESS: TODO: type description here. KDOWNLOADCOMPLETE: TODO: type description here. KDOWNLOADFAILED: TODO: type description here.
-
KDOWNLOADCOMPLETE
= 'kDownloadComplete'¶
-
KDOWNLOADFAILED
= 'kDownloadFailed'¶
-
KDOWNLOADINPROGRESS
= 'kDownloadInProgress'¶
-
KDOWNLOADNOTSTARTED
= 'kDownloadNotStarted'¶
-
KINSTALLED
= 'kInstalled'¶
-
KINSTALLFAILED
= 'kInstallFailed'¶
-
KINSTALLINPROGRESS
= 'kInstallInProgress'¶
-
KNOTINSTALLED
= 'kNotInstalled'¶
-
KUNINSTALLFAILED
= 'kUninstallFailed'¶
-
KUNINSTALLINPROGRESS
= 'kUninstallInProgress'¶