TaskManager - antilandjs/antiland.js GitHub Wiki
The manager for any and all, cached or uncached, karma tasks.
extends BaseManager
Methods
Promise<object>
.checkProgress(options?) :Check progress for an ongoing task.
Promise<object | Iterable>
.fetch(id, options?) :Fetch a karma task by ID, or all.
Name | Type | Optional |
---|---|---|
id | string | No |
options | object | Yes |