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

JobPrimaryStatus

import type { JobPrimaryStatus } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
type JobPrimaryStatus =
| "QUEUED"
| "RUNNING"
| "COMPLETED"
| "FAILED"
| "CANCELLING"
| "CANCELLED"

§Type

§
"QUEUED" | "RUNNING" | "COMPLETED" | "FAILED" | "CANCELLING" | "CANCELLED" | cmnP.UnexpectedEnumValue
[src]