Freigeben über


PluginCurrentState type

Definiert Werte für PluginCurrentState. Mögliche Werte sind: "Vorbereitung", "ResourceAcquisition", "Queued", "Submission", "Monitoring", "Cleanup", "Ended"

type PluginCurrentState =
  | "Preparation"
  | "ResourceAcquisition"
  | "Queued"
  | "Submission"
  | "Monitoring"
  | "Cleanup"
  | "Ended"