ENUM

EventStatus

Description

Enum representing all the possible event statuses.

link GraphQL Schema definition

  • enum EventStatus {
  • # Canceled.
  • CANCELED
  • # Cancelling.
  • CANCELING
  • # Failure.
  • FAILURE
  • # Information.
  • INFO
  • # Represents completion with warnings.
  • PARTIAL_SUCCESS
  • # Queued status.
  • QUEUED
  • # Running.
  • RUNNING
  • # Success.
  • SUCCESS
  • # Task failure status.
  • TASK_FAILURE
  • # Task success status.
  • TASK_SUCCESS
  • # Unknown event status.
  • UNKNOWN_EVENT_STATUS
  • # Warning.
  • WARNING
  • }