GlobalConfigurationOutputLockingMode
public enum GlobalConfigurationOutputLockingMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case epochLocking = "EPOCH_LOCKING"
-
Undocumented
Declaration
Swift
case pipelineLocking = "PIPELINE_LOCKING"
-
Declaration
Swift
public var description: String { get }