isComplete
A Boolean value that indicates whether the transaction has been completed.
Declaration
var isComplete: Bool { get }Discussion
A transaction is complete only when all of its actions are complete.
A Boolean value that indicates whether the transaction has been completed.
var isComplete: Bool { get }A transaction is complete only when all of its actions are complete.