---
title: minimumTolerance
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/operationqueue/minimumtolerance
---

# minimumTolerance

The minimum tolerance the dispatch queue scheduler allows.

## Declaration

```swift
var minimumTolerance: OperationQueue.SchedulerTimeType.Stride { get }
```

## 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)
- [OperationQueue.SchedulerTimeType](foundation/operationqueue/schedulertimetype.md)
- [OperationQueue.SchedulerOptions](foundation/operationqueue/scheduleroptions.md)
