Cupt
Public Types | Public Attributes | List of all members
cupt::download::Progress::DownloadRecord Struct Reference

download element More...

#include <cupt/download/progress.hpp>

Public Types

enum  Phase { Phase::Planned, Phase::Started, Phase::Postprocessed }
 

Public Attributes

size_t number
 unique number
 
size_t downloadedSize
 already downloaded amount of bytes
 
size_t size
 expected file size, -1 if unknown
 
enum cupt::download::Progress::DownloadRecord::Phase phase
 
float sizeScaleFactor
 

Detailed Description

download element

Member Enumeration Documentation

◆ Phase

Enumerator
Planned 

not started yet, number is not initialized

Started 

started, number is now holding a valid value

Postprocessed 

network actions finished, result is being postprocessed


The documentation for this struct was generated from the following file: