Variable BTMetadataStateTypeConst

BTMetadataStateType: {
    Discarded: "DISCARDED";
    InProgress: "IN_PROGRESS";
    Obsolete: "OBSOLETE";
    Pending: "PENDING";
    Rejected: "REJECTED";
    Released: "RELEASED";
} = ...

The current state metadata values if applicable.

Export

Type declaration

  • Readonly Discarded: "DISCARDED"
  • Readonly InProgress: "IN_PROGRESS"
  • Readonly Obsolete: "OBSOLETE"
  • Readonly Pending: "PENDING"
  • Readonly Rejected: "REJECTED"
  • Readonly Released: "RELEASED"

Generated using TypeDoc