CommandFilterKey
public enum CommandFilterKey : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case invokedafter = "InvokedAfter"
-
Undocumented
Declaration
Swift
case invokedbefore = "InvokedBefore"
-
Undocumented
Declaration
Swift
case status = "Status"
-
Undocumented
Declaration
Swift
case executionstage = "ExecutionStage"
-
Undocumented
Declaration
Swift
case documentname = "DocumentName"
-
Declaration
Swift
public var description: String { get }