Skip to main content

TimerResource

Interface required by GenericExternalService for external resources.

Implements

Constructors

new TimerResource()

new TimerResource(): TimerResource

Returns

TimerResource

Methods

close()

close(instance): void

Parameters

ParameterType
instancestring

Returns

void

Implementation of

ExternalResource.close


open()

open(
instance,
params,
callbacks): void

Parameters

ParameterType
instancestring
paramsJson
callbacks{ error: (error) => void; loading: () => void; update: (updates, isInit) => void; }
callbacks.error(error) => void
callbacks.loading() => void
callbacks.update(updates, isInit) => void

Returns

void

Implementation of

ExternalResource.open