SchedulerTimerType
public protocol SchedulerTimerType
Undocumented
-
Invalidates, or stops, this timer from firing.
Declaration
Swift
func invalidate()
-
Immediately invokes the trigger associated with this timer, invalidating the timer.
Declaration
Swift
func fire()