Task: {
    message?: string;
    runTaskId: string;
    status:
        | "EXTERNAL_ERROR"
        | "INTERNAL_ERROR"
        | "ABORTED"
        | "FAILED"
        | "SUCCEEDED"
        | "RUNNING"
        | "PENDING"
        | "READY_TO_RUN";
    type: | "IAC"
    | "DEPLOY"
    | "DESTROY"
    | "IAC_SELF_HOSTED"
    | "DEPLOY_SELF_HOSTED"
    | "DESTROY_SELF_HOSTED";
}

Type declaration

  • Optionalmessage?: string
  • runTaskId: string
  • status:
        | "EXTERNAL_ERROR"
        | "INTERNAL_ERROR"
        | "ABORTED"
        | "FAILED"
        | "SUCCEEDED"
        | "RUNNING"
        | "PENDING"
        | "READY_TO_RUN"
  • type:
        | "IAC"
        | "DEPLOY"
        | "DESTROY"
        | "IAC_SELF_HOSTED"
        | "DEPLOY_SELF_HOSTED"
        | "DESTROY_SELF_HOSTED"