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

EnterpriseCrmEventbusProtoSuccessPolicy

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

Policy that dictates the behavior for the task after it completes successfully.

interface EnterpriseCrmEventbusProtoSuccessPolicy {
finalState?: "UNSPECIFIED" | "SUCCEEDED" | "SUSPENDED";
}

§Properties

§
finalState?: "UNSPECIFIED" | "SUCCEEDED" | "SUSPENDED"
[src]

State to which the execution snapshot status will be set if the task succeeds.