Pacm module
InstallationState
State machine states for package installation.
InstallationState
#include <icy/pacm/installtask.h>Inherits:
State
State machine states for package installation.
Public Methods
| Return | Name | Description |
|---|---|---|
std::string | str const inline | Converts a state ID to its string representation. |
str
const inline
inline std::string str(unsigned int id) constConverts a state ID to its string representation.
Parameters
idOne of the Type enum values.
Returns
Human-readable state name, or "undefined" for unknown values.
Public Types
| Name | Description |
|---|---|
Type |
Type
enum Type| Value | Description |
|---|---|
None | |
Downloading | |
Extracting | |
Finalizing | |
Installed | |
Cancelled | |
Failed |
