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

ActivityTaskStatus

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

Status information about an activity task.

interface ActivityTaskStatus {
cancelRequested: boolean;
}

§Properties

§
cancelRequested: boolean
[src]

Set to true if cancellation of the task is requested.