Simple implementation of the Task interface that takes only a callback and execute it when it's time. The task name is automatically generated.

Implements

Constructors

Properties

Methods

Constructors

Properties

_id: number = ...
fn: default<any>

The function providing the logic to run. The return value is ignored and coerced to a Promise

Methods

Generated using TypeDoc