ENUM

SynchronizationStatus

The status of current synchronization.

link GraphQL Schema definition

  • enum SynchronizationStatus {
  • # Never synchronized.
  • NEW
  • # Audit in process.
  • AUDIT
  • # Synchronization queued.
  • QUEUED
  • # Synchronization started, collecting sync data.
  • STARTING
  • # Synchronization in process.
  • SYNCING
  • # Synchronization completed.
  • COMPLETED
  • # Synchronization failed, see message for details.
  • ERROR
  • }