Status

@frozen
public enum Status : Equatable

A value representing the status of a terminated transaction.

Cases

  • Indicates that the transaction has been completed.

    Declaration

    Swift

    case completed
  • Indicates that the transaction has been aborted.

    Declaration

    Swift

    case aborted