Type alias ProgressStepStatus

ProgressStepStatus: "idle" | "running" | "succeeded" | "failed"

Represents the possible statuses of a progress step in a process.

  • 'idle': The step has not started yet.
  • 'running': The step is currently in progress.
  • 'succeeded': The step has completed successfully.
  • 'failed': The step has completed with an error.

Generated using TypeDoc