Represents a Task. Each Task is an asyncronous process not started yet.

interface default {
    getName(): string;
    run(): Promise<void>;
}

Implemented by

Methods

Methods

Generated using TypeDoc