---
title: SchedulerOptions
framework: combine
role: symbol
role_heading: Associated Type
path: combine/scheduler/scheduleroptions
---

# SchedulerOptions

A type that defines options accepted by the scheduler.

## Declaration

```swift
associatedtype SchedulerOptions
```

## Discussion

Discussion This type is freely definable by each Scheduler. Typically, operations that take a Scheduler parameter will also take SchedulerOptions.

## See Also

### Declaring scheduler timekeeping and options

- [SchedulerTimeType](combine/scheduler/schedulertimetype.md)
