Registers a timer with the extension. The provided delegate will be called once after the initial delay specified, then repeatedly according to the specified period, as long as it returns true.
delegate to call periodically
seconds before initial call of the delegate
seconds between subsequent calls of the delegate
See Implementation
Registers a timer with the extension. The provided delegate will be called once after the initial delay specified, then repeatedly according to the specified period, as long as it returns true.