Interface TaskConstructor

interface TaskConstructor {
    new TaskConstructornew (name, container, opts?): Task;
}

Constructors

Constructors

  • Construct a new Task, which is a Container that can be run many times as individual tasks.

    Parameters

    • name: string

      The unique name of the task.

    • container: Container

      The container specification.

    • Optional opts: ResourceOptions

      A bag of options that controls how this resource behaves.

    Returns Task

Generated using TypeDoc