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

GoogleCloudIntegrationsV1alphaTaskExecutionDetails

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

Contains the details of the execution of this task.

interface GoogleCloudIntegrationsV1alphaTaskExecutionDetails {
taskExecutionState?:
| "TASK_EXECUTION_STATE_UNSPECIFIED"
| "PENDING_EXECUTION"
| "IN_PROCESS"
| "SUCCEED"
| "FAILED"
| "FATAL"
| "RETRY_ON_HOLD"
| "SKIPPED"
| "CANCELLED"
| "PENDING_ROLLBACK"
| "ROLLBACK_IN_PROCESS"
| "ROLLEDBACK"
| "SUSPENDED";
taskNumber?: string;
}

§Properties

§

Status for the current task execution attempt.

§
taskExecutionState?: "TASK_EXECUTION_STATE_UNSPECIFIED" | "PENDING_EXECUTION" | "IN_PROCESS" | "SUCCEED" | "FAILED" | "FATAL" | "RETRY_ON_HOLD" | "SKIPPED" | "CANCELLED" | "PENDING_ROLLBACK" | "ROLLBACK_IN_PROCESS" | "ROLLEDBACK" | "SUSPENDED"
[src]

The execution state of this task.

§
taskNumber?: string
[src]

Pointer to the task config it used for execution.