TransactionCompletion

public enum TransactionCompletion

Possible ways to complete a transaction

  • The transaction should be committed

    Declaration

    Swift

    case commit
  • The transaction should be rolled back

    Declaration

    Swift

    case rollback