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

# group

The dispatch group, if any, to use when performing actions.

## Declaration

```swift
var group: DispatchGroup?
```

## See Also

### Inspecting Scheduler Options

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