Represents the possible statuses of a progress step in a process.
'idle'
'running'
'succeeded'
'failed'
Generated using TypeDoc
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.