StepStatus
No description
enum StepStatus {
TO_DO
IN_PROGRESS
PARTIALLY_DONE
REWORK
DONE
SKIPPED
}
Values
StepStatus.TO_DO
StepStatus.IN_PROGRESS
StepStatus.PARTIALLY_DONE
StepStatus.REWORK
StepStatus.DONE
StepStatus.SKIPPED
Member Of
AssetWorkflowStep
object ● StepStatusAssetCount
object