Closed marcoturi closed 8 years ago
Hi! What do you mean by "pause"? You can cancel the event
, and reschedule it for later :
event.clear() // Pause event
event.schedule(time) // Restarts event at `time` (including repeats)
i found a better solution using suspend() and resume() on the context.
:+1:
Is there away to just pause the method callbackAtTime ? Thanks for any suggetion.