Variable GBTComputeStatusConst

GBTComputeStatus: {
    Computed: "COMPUTED";
    Computing: "COMPUTING";
    Error: "ERROR";
    Preparing: "PREPARING";
    Stale: "STALE";
    Underdefined: "UNDERDEFINED";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly Computed: "COMPUTED"
  • Readonly Computing: "COMPUTING"
  • Readonly Error: "ERROR"
  • Readonly Preparing: "PREPARING"
  • Readonly Stale: "STALE"
  • Readonly Underdefined: "UNDERDEFINED"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc