Enum anjay_sw_mgmt_finish_pkg_install_result_t

Enum Documentation

enum anjay_sw_mgmt_finish_pkg_install_result_t

Possible values that control package state after installation.

Values:

enumerator ANJAY_SW_MGMT_FINISH_PKG_INSTALL_SUCCESS_INACTIVE

Corresponds to the “Installed” Update State, “Installed” Update Result and Activation State set to false.

enumerator ANJAY_SW_MGMT_FINISH_PKG_INSTALL_SUCCESS_ACTIVE

Corresponds to the “Installed” Update State, “Installed” Update Result and Activation State set to true.

WARNING: Setting the Activation State to true via anjay_sw_mgmt_finish_pkg_install breaks the specifications. Activation should be done on the server side. However, there are known cases in which such behavior is required.

enumerator ANJAY_SW_MGMT_FINISH_PKG_INSTALL_FAILURE

Corresponds to the “Delivered” Update State, “Installation failure” Update Result and Activation State set to false.