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

EnterpriseCrmEventbusProtoTaskExecutionDetails

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

Contains the details of the execution of this task. Next available id: 11

interface EnterpriseCrmEventbusProtoTaskExecutionDetails {
taskExecutionState?:
| "UNSPECIFIED"
| "PENDING_EXECUTION"
| "IN_PROCESS"
| "SUCCEED"
| "FAILED"
| "FATAL"
| "RETRY_ON_HOLD"
| "SKIPPED"
| "CANCELED"
| "PENDING_ROLLBACK"
| "ROLLBACK_IN_PROCESS"
| "ROLLEDBACK"
| "SUSPENDED";
taskNumber?: string;
}

§Properties

§
taskExecutionState?: "UNSPECIFIED" | "PENDING_EXECUTION" | "IN_PROCESS" | "SUCCEED" | "FAILED" | "FATAL" | "RETRY_ON_HOLD" | "SKIPPED" | "CANCELED" | "PENDING_ROLLBACK" | "ROLLBACK_IN_PROCESS" | "ROLLEDBACK" | "SUSPENDED"
[src]
§
taskNumber?: string
[src]

Pointer to the task config it used for execution.