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

StopAirflowCommandResponse

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

Response to StopAirflowCommandRequest.

interface StopAirflowCommandResponse {
isDone?: boolean;
output?: string[];
}

§Properties

§
isDone?: boolean
[src]

Whether the execution is still running.

§
output?: string[]
[src]

Output message from stopping execution request.