---
title: initiallyInactive
framework: dispatch
role: symbol
role_heading: Type Property
path: dispatch/dispatchqueue/attributes/initiallyinactive
---

# initiallyInactive

The newly created queue is inactive.

## Declaration

```swift
static let initiallyInactive: DispatchQueue.Attributes
```

## Discussion

Discussion Normally, a newly created queue schedules submitted blocks for execution immediately. Use this attribute to prevent the queue from scheduling blocks until you call its activate() method.

## See Also

### Attributes

- [concurrent](dispatch/dispatchqueue/attributes/concurrent.md)
