ENUM

PnrGoProcessStatus

link GraphQL Schema definition

  • enum PnrGoProcessStatus {
  • # Created
  • CREATED
  • # In Progress
  • IN_PROGRESS
  • # Waiting
  • WAITING
  • # Retry
  • RETRY
  • # Retry Manual
  • RETRY_MANUAL
  • # Completed
  • COMPLETED
  • # Error
  • ERROR
  • # Cancelled
  • CANCELLED
  • # Ignored
  • IGNORED
  • # Planned
  • PLANNED
  • }