isUpdated
A Boolean value that indicates whether the managed object has unsaved changes.
Declaration
var isUpdated: Bool { get }Discussion
true if the receiver has unsaved changes, otherwise false. The receiver has unsaved changes if it has been updated since its managed object context was last saved.
If the receiver is a fault, accessing this property does not cause it to fire.