#include <string>
#include <vector>
#include "libaktualizr/campaign.h"
#include "libaktualizr/types.h"
Go to the source code of this file.
|
| result |
| Results of libaktualizr API calls.
|
|
|
enum | result::UpdateStatus { kUpdatesAvailable = 0,
kNoUpdatesAvailable,
kError
} |
| Status of an update.
|
|
enum | result::PauseStatus { kSuccess = 0,
kAlreadyPaused,
kAlreadyRunning,
kError
} |
| Result of an attempt to pause or resume a download.
|
|
enum | result::DownloadStatus { kSuccess = 0,
kPartialSuccess,
kNothingToDownload,
kError
} |
| Status of an update download.
|
|
|
std::ostream & | result::operator<< (std::ostream &os, const DownloadStatus stat) |
|