ENUM

O365MvbAnalysisJobStatus

Description

Status of the O365 MVB analysis job.

link GraphQL Schema definition

  • enum O365MvbAnalysisJobStatus {
  • # The job was cancelled.
  • CANCELLED
  • # The job failed.
  • FAILED
  • # The job is currently running.
  • IN_PROGRESS
  • # The job is pending execution.
  • QUEUED
  • # The job completed successfully.
  • SUCCEEDED
  • # Unspecified status.
  • UNSPECIFIED
  • }