Type Method
型メソッド
sleepForTimeInterval:
Sleeps the thread for a given time interval.
スレッドをこの与えられた時間間隔スリープします。
Parameters
パラメータ
ti
The duration of the sleep.
スリープの継続期間。
Discussion
議論
No run loop processing occurs while the thread is blocked.
どんな実行ループ処理も、スレッドが遮断されている間には発生しません。
See Also
参照
Stopping a Thread
あるスレッドを停止する
+ sleepUntilDate:
Blocks the current thread until the time specified.
指定された時間まで現在のスレッドを遮断します。
+ exit
Terminates the current thread.
現在のスレッドを終了します。
- cancel
Changes the cancelled state of the receiver to indicate that it should exit.
レシーバの取り消し状態を変更して、それが退出すべきことを指し示します。