BackgroundDownloadProgress.HasRestarted Field

Definition

true if a data transfer operation has restarted; otherwise false.

When a download is interrupted and a new request is sent to the server to resume the download, HasRestarted is set to true if the server does not support resume and the download had to start over.

HasRestarted is set to true only in the first progress notification sent after the restart. After the first progress notification, HasRestarted is set to false in later notifications.

public: bool HasRestarted;
bool HasRestarted;
public bool HasRestarted;
Public HasRestarted As Boolean 

Field Value

Boolean

bool

Applies to