Type alias Task<TResult>

Task<TResult>: ((this) => TResult | PromiseLike<TResult>)

Type Parameters

  • TResult

    A type of task result.

Type declaration

    • (this): TResult | PromiseLike<TResult>
    • A task to run by workbench.

      Parameters

      • this: void

      Returns TResult | PromiseLike<TResult>

Generated using TypeDoc