3es
0.7
|
A structure tracking progress of a data transfer. More...
#include <3estransferprogress.h>
Public Member Functions | |
void | reset () |
Reset to zero, incomplete, not failed. | |
Public Attributes | |
int64_t | progress |
Progress value for the current phase. | |
int | phase |
Phase value. | |
bool | complete |
Progress complete? | |
bool | failed |
Transfer failed? | |
A structure tracking progress of a data transfer.
The semantics of progress
and phase
depend on usage.
Most notably used with Resource
.