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

limitDate(forMode:)

Performs one pass through the run loop in the specified mode and returns the date at which the next timer is scheduled to fire. 指定されたモードでこの実行ループの通り抜けを一回実行します、そして次のタイマーが発火を予定される日付を返します。

Declaration 宣言

func limitDate(forMode mode: RunLoop.Mode) -> Date?

Parameters パラメータ

mode

The run loop mode to search. 検索することになる実行ループモード。 You may specify custom modes or use one of the modes listed in Run Loop Modes.

Return Value 戻り値

The date at which the next timer is scheduled to fire, or nil if there are no input sources for this mode. 次のタイマーが発火を予定される日付、または入力モードがこのモードに対してないならばnil

Discussion 議論

The run loop is entered with an immediate timeout, so the run loop does not block, waiting for input, if no input sources need processing. 実行ループは、即時時間切れで入られます、なので実行ループは遮断しません、入力に対して待機します、もし処理する必要がある入力ソースがひとつもないならば。

See Also 参照

Accessing Run Loops and Modes 実行ループおよびモードにアクセスする