Filestack Documentation

Enumeration Upload​State

@objc(FSUploadStatus)
public enum UploadState: UInt  

Represents the current state of an upload.

UploadState UploadState UInt UInt UploadState->UInt CustomStringConvertible CustomStringConvertible UploadState->CustomStringConvertible

Conforms To

CustomStringConvertible
UInt

Enumeration Cases

not​Started

case notStarted

Upload has not started.

in​Progress

case inProgress

Upload is currently in progress.

completed

case completed

Upload has completed.

cancelled

case cancelled

Upload was cancelled.

failed

@available(*, deprecated, message: "Marked for removal in version 3.0.")
    case failed

Upload failed.

Properties

description

public var description: String  

:nodoc: