FeedProcessingStatusEnum: {
    Cancelled: "CANCELLED";
    Done: "DONE";
    Fatal: "FATAL";
    InProgress: "IN_PROGRESS";
    InQueue: "IN_QUEUE";
} = ...

Type declaration

  • Readonly Cancelled: "CANCELLED"
  • Readonly Done: "DONE"
  • Readonly Fatal: "FATAL"
  • Readonly InProgress: "IN_PROGRESS"
  • Readonly InQueue: "IN_QUEUE"