Enum DownloadStatus (1.60.0)

public enum DownloadStatus

Enum which represents the status of the current download.

Namespace

GoogleApisDownload

Assembly

Google.Apis.dll

Fields

NameDescription
Completed

The download was completed successfully.

Downloading

Data is being downloaded.

Failed

The download failed.

NotStarted

The download has not started.

Extension Method