---
title: "schedule(after:tolerance:options:_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/operationqueue/schedule(after:tolerance:options:_:)"
---

# schedule(after:tolerance:options:_:)

Performs the action at some time after the specified date, optionally taking into account tolerance if possible.

## Declaration

```swift
func schedule(after date: OperationQueue.SchedulerTimeType, tolerance: OperationQueue.SchedulerTimeType.Stride, options: OperationQueue.SchedulerOptions?, _ action: @escaping () -> Void)
```

## See Also

### Scheduling Operations

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