Skip to content

InstallationStatus

Garrett Serack edited this page May 1, 2014 · 2 revisions

InstallationStatus enumeration

publicenumInstallationStatus{Available=0,Installed=1,InstallationSuccessful=2,UninstallationSuccessful=3,}

The installation state of a given package.

ValuePurpose
Availablethe package is potentially available to install
Installedthe package is currently installed
InstallationSuccessfulthe package was installed successfully
UninstallationSuccessfulthe package was uninstalled successfully

Clone this wiki locally