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