func invalidate()
Stops the timer from ever firing again and requests its removal from its run loop.
タイマーがこれから先再び発火するのを妨げます、そしてそれの実行ループからのそれの除去を要請します。
Availability 有効性
Technology
func fire()
You can use this method to fire a repeating timer without interrupting its regular firing schedule. If the timer is non-repeating, it is automatically invalidated after firing, even if its scheduled fire date has not arrived. あなたは、このメソッドを使って、反復タイマーを発火することができます、それの通常の発火予定を妨げることなしに。タイマーが非反復ならば、それは発火の後に自動的に無効にされます、たとえそれの予定された発火日付に達しないとしても。
func invalidate()