TNProcessStatus

@objc
public enum TNProcessStatus : Int, RawRepresentable, CaseIterable, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case pending
  • Undocumented

    Declaration

    Swift

    case processing
  • Undocumented

    Declaration

    Swift

    case completed
  • Undocumented

    Declaration

    Swift

    case failed
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public static func fromRawValue(_ value: RawValue) throws -> TNProcessStatus
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws