Status @frozen public enum Status : Equatable A value representing the status of a terminated transaction. Cases completed Indicates that the transaction has been completed. Declaration Swift case completed aborted Indicates that the transaction has been aborted. Declaration Swift case aborted