Instance Method
インスタンスメソッド
limitDateForMode:
Performs one pass through the run loop in the specified mode and returns the date at which the next timer is scheduled to fire.
指定されたモードでこの実行ループの通り抜けを一回実行します、そして次のタイマーが発火を予定される日付を返します。
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
実行ループおよびモードにアクセスする
currentRunLoop
Returns the run loop for the current thread.
現在のスレッドに対する実行ループを返します。
currentMode
The receiver's current input mode.
レシーバのもつ現在の入力モード。
mainRunLoop
Returns the run loop of the main thread.
メインスレッドの実行ループを返します。