lockedObjects
The objects that were flagged for optimistic locking on the calling context.
Declaration
var lockedObjects: Set<NSManagedObject>? { get }Discussion
Objects are flagged for optimistic locking with detectConflicts(for:).
The objects that were flagged for optimistic locking on the calling context.
var lockedObjects: Set<NSManagedObject>? { get }Objects are flagged for optimistic locking with detectConflicts(for:).