Simple implementation of the Task interface that takes only a callback and execute it when it's time. The task name is automatically generated.
The function providing the logic to run. The return value is ignored and coerced to a Promise
Private
Generated using TypeDoc
Simple implementation of the Task interface that takes only a callback and execute it when it's time. The task name is automatically generated.