Class: IDResolutionJob
Defined in: | src/id-resolution-job.coffee |
Variables Summary
- decay =
-
50
Instance Method Summary
- # (void) fetchStatus(cb) Bound
- # (void) fetchErrorMessage(cb) Bound
- # (void) fetchResults(cb) Bound
- # (void) del(cb) Bound
- # (Promise<Object>) poll(onSuccess, onError, onProgress) Poll the service until the results are available.
Constructor Details
#
(void)
constructor(uid, service)
Instance Method Details
#
(void)
fetchStatus(cb)
Bound
#
(void)
fetchErrorMessage(cb)
Bound
#
(void)
fetchResults(cb)
Bound
#
(void)
del(cb)
Bound
#
(Promise<Object>)
poll(onSuccess, onError, onProgress)
Poll the service until the results are available.
Examples:
Poll a job
job.poll().then (results) -> handle results