---
title: OperationQueue.SchedulerOptions
framework: foundation
role: symbol
role_heading: Structure
path: foundation/operationqueue/scheduleroptions
---

# OperationQueue.SchedulerOptions

A type that defines options the operation queue accepts.

## Declaration

```swift
struct SchedulerOptions
```

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Scheduling Operations

- [schedule(after:tolerance:options:_:)](foundation/operationqueue/schedule(after:tolerance:options:_:).md)
- [schedule(after:interval:tolerance:options:_:)](foundation/operationqueue/schedule(after:interval:tolerance:options:_:).md)
- [schedule(options:_:)](foundation/operationqueue/schedule(options:_:).md)
- [now](foundation/operationqueue/now.md)
- [minimumTolerance](foundation/operationqueue/minimumtolerance.md)
- [OperationQueue.SchedulerTimeType](foundation/operationqueue/schedulertimetype.md)
