Class: Tasks

Services~Tasks()

Task Service

Constructor

new Tasks()

Source:

Methods

(async, private) getUncompleted() → {Array.<Task>}

Get all tasks that are uncompleted.
Source:
Returns:
Tasks with status equal to TODO
Type
Array.<Task>