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

ReportTaskProgressOutput

import type { ReportTaskProgressOutput } from "https://aws-api.deno.dev/v0.4/services/datapipeline.ts?docs=full";

Contains the output of ReportTaskProgress.

interface ReportTaskProgressOutput {
canceled: boolean;
}

§Properties

§
canceled: boolean
[src]

If true, the calling task runner should cancel processing of the task. The task runner does not need to call "SetTaskStatus" for canceled tasks.