Cancel a previously-established wakeup or repeater.
Create and return a promise that will resolve after the relative time has passed.
Optional
cancelToken: objectRetrieve the read-only Clock facet.
Retrieve the latest timestamp
Retrieve the Brand for this timer service.
Create and return a Notifier that will deliver updates repeatedly at times that are a multiple of interval following delay.
Optional
cancelToken: objectCreate and return a repeater that will schedule wake()
calls
repeatedly at times that are a multiple of interval following delay.
Interval is the difference between successive times at which wake will be
called. When schedule(w)
is called, w.wake()
will be scheduled to be
called after the next multiple of interval from the base. Since times can be
coarse-grained, the actual call may occur later, but this won't change when
the next event will be called.
Optional
cancelToken: objectCreate a repeater with a handler directly.
Optional
cancelToken: objectReturn value is the time at which the call is scheduled to take place
Optional
cancelToken: objectCreate and return a promise that will resolve after the absolute time has passed.
Optional
cancelToken: object
Gives the ability to get the current time, schedule a single wake() call, create a repeater that will allow scheduling of events at regular intervals, or remove scheduled calls.