---
title: NSManagedObjectContext.ScheduledTaskType.immediate
framework: coredata
role: symbol
role_heading: Case
path: coredata/nsmanagedobjectcontext/scheduledtasktype/immediate
---

# NSManagedObjectContext.ScheduledTaskType.immediate

The immediate scheduled task type.

## Declaration

```swift
case immediate
```

## Discussion

Discussion Immediate tasks execute right away if the context operates within the current scope; otherwise, the context enqueues the task. Tasks of this type are reentrant, nonblocking, and continuation-aware.

## See Also

### Scheduled Task Types

- [NSManagedObjectContext.ScheduledTaskType.enqueued](coredata/nsmanagedobjectcontext/scheduledtasktype/enqueued.md)
