Component state values.
These map to update_client::ComponentState values from components/update_client/update_client.h
A component is considered "installed" when its state is one of: CEF_COMPONENT_STATE_UPDATED, CEF_COMPONENT_STATE_UP_TO_DATE, or CEF_COMPONENT_STATE_RUN.
| Enumerator |
|---|
| CEF_COMPONENT_STATE_NEW | The component has not yet been checked for updates.
|
| CEF_COMPONENT_STATE_CHECKING | The component is being checked for updates now.
|
| CEF_COMPONENT_STATE_CAN_UPDATE | An update is available and will soon be processed.
|
| CEF_COMPONENT_STATE_DOWNLOADING | An update is being downloaded.
|
| CEF_COMPONENT_STATE_DECOMPRESSING | An update is being decompressed.
|
| CEF_COMPONENT_STATE_PATCHING | A patch is being applied.
|
| CEF_COMPONENT_STATE_UPDATING | An update is being installed.
|
| CEF_COMPONENT_STATE_UPDATED | An update was successfully applied.
The component is now installed.
|
| CEF_COMPONENT_STATE_UP_TO_DATE | The component was already up to date.
The component is installed.
|
| CEF_COMPONENT_STATE_UPDATE_ERROR | The service encountered an error during the update process.
|
| CEF_COMPONENT_STATE_RUN | The component is running a server-specified action.
The component is installed.
|