TracingMode
public enum TracingMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case active = "Active"
-
Undocumented
Declaration
Swift
case passthrough = "PassThrough"
-
Declaration
Swift
public var description: String { get }