Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 984 Bytes

ControllerServiceStatusDTO.md

File metadata and controls

31 lines (22 loc) · 984 Bytes

ControllerServiceStatusDTO

Properties

Name Type Description Notes
runStatus RunStatusEnum The run status of this ControllerService [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
ENABLED "ENABLED"
ENABLING "ENABLING"
DISABLED "DISABLED"
DISABLING "DISABLING"

Enum: ValidationStatusEnum

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