Represents a single step in a progress sequence, typically used to track the status of multi-step operations.
A human-readable label describing the step.
The current status of the step, represented by a ProgressStepStatus value.
ProgressStepStatus
Optional. An arbitrary value associated with the step, such as a result or intermediate data.
Optional. An error message if the step encountered a problem.
Optional
Readonly
Generated using TypeDoc
Represents a single step in a progress sequence, typically used to track the status of multi-step operations.
Property
A human-readable label describing the step.
Property
The current status of the step, represented by a
ProgressStepStatusvalue.Property
Optional. An arbitrary value associated with the step, such as a result or intermediate data.
Property
Optional. An error message if the step encountered a problem.