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