---
title: flags
framework: dispatch
role: symbol
role_heading: Instance Property
path: dispatch/dispatchqueue/scheduleroptions/flags
---

# flags

The dispatch queue work item flags.

## Declaration

```swift
var flags: DispatchWorkItemFlags
```

## See Also

### Inspecting Scheduler Options

- [qos](dispatch/dispatchqueue/scheduleroptions/qos.md)
- [group](dispatch/dispatchqueue/scheduleroptions/group.md)
