Package DE_EPAGES::Cartridge::API::Constants
This package contains constants for cartridge installation states.
@EXPORT |
STATE_NOT_INSTALLED (integer)
Cartridge is not installed.
STATE_INSTALLATION (integer)
Cartridge installation has started, but is not yet
finished. It's possible that the installation process
was aborted. Try to uninstall the cartridge and
install it again.
STATE_INSTALLED (integer)
Cartridge is installed
STATE_DEINSTALLATION (integer)
Cartridge uninstallation has started, but is not
yet finished. It's possible that the uninstall process
was aborted. Try to uninstall it again.
STATE_PATCH (integer)
Patch has started but is not yet finished.
STATE_PATCHDBSTRUCTURE (integer)
Patch db structure has started but is not yet finished.