NSManagedObjectContext.ScheduledTaskType.enqueued
The enqueued scheduled task type.
Declaration
case enqueuedDiscussion
Enqueued tasks execute asynchronously on the context’s queue. An enqueued task encapsulates an autorelease pool and a call to processPendingChanges(), and its behavior is analogous to perform(_:). The context’s queue executes tasks in the order you add them.