ProjectState
public enum ProjectState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case normal = "NORMAL"
-
Undocumented
Declaration
Swift
case syncing = "SYNCING"
-
Undocumented
Declaration
Swift
case importing = "IMPORTING"
-
Declaration
Swift
public var description: String { get }