Contents

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

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

Declaration

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

See Also

Scheduling Operations