Skip to content

ImageProgressStatus

public enum ImageProgressStatus
{
    Unknown = 0,
    Pulling = 1,
    Waiting = 2,
    Downloading = 3,
    Verifying = 4,
    Extracting = 5,
    Complete = 6
}