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

WorkerDetails

import type { WorkerDetails } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Information about a worker

interface WorkerDetails {
workerName?: string;
workItems?: WorkItemDetails[];
}

§Properties

§
workerName?: string
[src]

Name of this worker

§
workItems?: WorkItemDetails[]
[src]

Work items processed by this worker, sorted by time.