PreviewStatus
public enum PreviewStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case workInProgress = "WORK_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case completed = "COMPLETED"
-
Declaration
Swift
public var description: String { get }