Freigeben über


NotificationOutcomeState type

Stellt die Status der Benachrichtigungsergebnisse dar.

type NotificationOutcomeState =
  | "Enqueued"
  | "DetailedStateAvailable"
  | "Processing"
  | "Completed"
  | "Abandoned"
  | "Unknown"
  | "NoTargetFound"
  | "Cancelled"