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

DatasetStatus

import type { DatasetStatus } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Status of the dataset process returned from scheduler service.

type DatasetStatus =
| "PENDING"
| "FAILED"
| "SUCCESS"
| "RUNNING"

§Type

§
"PENDING" | "FAILED" | "SUCCESS" | "RUNNING" | cmnP.UnexpectedEnumValue
[src]