|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Types | |
| using | TimePoint = std::chrono::time_point<std::chrono::steady_clock> |
Public Attributes | |
| std::string | s |
| std::string | lastLine |
| std::string | phase |
| ActivityType | type = actUnknown |
| uint64_t | done = 0 |
| uint64_t | expected = 0 |
| uint64_t | running = 0 |
| uint64_t | failed = 0 |
| std::map< ActivityType, uint64_t > | expectedByType |
| bool | visible = true |
| ActivityId | parent |
| std::optional< std::string > | name |
| TimePoint | startTime |