Contents

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:).

See Also

Getting Information about a Request