JobPhase
public enum JobPhase : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case probing = "PROBING" -
Undocumented
Declaration
Swift
case transcoding = "TRANSCODING" -
Undocumented
Declaration
Swift
case uploading = "UPLOADING" -
Declaration
Swift
public var description: String { get }
View on GitHub
JobPhase Enumeration Reference