TaskManager - antilandjs/antiland.js GitHub Wiki

The manager for any and all, cached or uncached, karma tasks.

extends BaseManager

Methods

.checkProgress(options?) : Promise<object>

Check progress for an ongoing task.

.fetch(id, options?) : Promise<object | Iterable>

Fetch a karma task by ID, or all.

Name Type Optional
id string No
options object Yes