Contents

isDeleted

A Boolean value that indicates whether the managed object will be deleted during the next save.

Declaration

var isDeleted: Bool { get }

Discussion

true if Core Data will ask the persistent store to delete the object during the next save operation, otherwise false. It may return false at other times, particularly after the object has been deleted. The immediacy with which it will stop returning true depends on where the object is in the process of being deleted.

If the receiver is a fault, accessing this property does not cause it to fire.

See Also

Getting State Information