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

CloseStatus

import type { CloseStatus } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type CloseStatus =
| "COMPLETED"
| "FAILED"
| "CANCELED"
| "TERMINATED"
| "CONTINUED_AS_NEW"
| "TIMED_OUT"

§Type

§
"COMPLETED" | "FAILED" | "CANCELED" | "TERMINATED" | "CONTINUED_AS_NEW" | "TIMED_OUT" | cmnP.UnexpectedEnumValue
[src]