Instance Method インスタンスメソッド

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) -> Cancellable

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Scheduling Operations