Aktualizr
C++ SOTA Client
|
Public Member Functions | |
InstallationResult (ResultCode result_code_in, std::string description_in) | |
InstallationResult (bool success_in, ResultCode result_code_in, std::string description_in) | |
Json::Value | toJson () const |
bool | isSuccess () const |
bool | needCompletion () const |
Public Attributes | |
bool | success {true} |
ResultCode | result_code {ResultCode::Numeric::kOk} |
std::string | description |