Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Task

import type { Task } from "https://googleapis.deno.dev/v1/batch:v1.ts";

A Cloud Batch task.

interface Task {
name?: string;
status?: TaskStatus;
}

§Properties

§
name?: string
[src]

Task name. The name is generated from the parent TaskGroup name and 'id' field. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01/tasks/task01".

§

Task Status.