NodeUpdateStatus
public enum NodeUpdateStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case notApplied = "not-applied"
-
Undocumented
Declaration
Swift
case waitingToStart = "waiting-to-start"
-
Undocumented
Declaration
Swift
case inProgress = "in-progress"
-
Undocumented
Declaration
Swift
case stopping = "stopping"
-
Undocumented
Declaration
Swift
case stopped = "stopped"
-
Undocumented
Declaration
Swift
case complete = "complete"
-
Declaration
Swift
public var description: String { get }