#[repr(C)]pub struct BackgroundDownloadProgress {
pub BytesReceived: u64,
pub TotalBytesToReceive: u64,
pub Status: BackgroundTransferStatus,
pub HasResponseChanged: bool,
pub HasRestarted: bool,
}Expand description
Required features: ‘Networking_BackgroundTransfer’
Fields
BytesReceived: u64TotalBytesToReceive: u64Status: BackgroundTransferStatusHasResponseChanged: boolHasRestarted: bool