Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 940 Bytes

ReportingTaskStatusDTO.md

File metadata and controls

30 lines (21 loc) · 940 Bytes

ReportingTaskStatusDTO

Properties

Name Type Description Notes
runStatus RunStatusEnum The run status of this ReportingTask [optional]
validationStatus ValidationStatusEnum Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) [optional]
activeThreadCount Integer The number of active threads for the component. [optional]

Enum: RunStatusEnum

Name Value
RUNNING "RUNNING"
STOPPED "STOPPED"
DISABLED "DISABLED"

Enum: ValidationStatusEnum

Name Value
VALID "VALID"
INVALID "INVALID"
VALIDATING "VALIDATING"