Enum DownloadState

    Definition

    Namespace:
    Tizen.Content.Download
    Assembly:
    Tizen.Content.Download.dll

    Enumeration for the download states.

    public enum DownloadState

    Fields

    Name Description
    Canceled

    A user canceled the download request.

    Completed

    The download is completed.

    Downloading

    Currently downloading.

    Failed

    The download failed.

    None

    Unhandled exception.

    Paused

    The download is paused and can be resumed.

    Queued

    Queued to start downloading.

    Ready

    Ready to download.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX