| 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] |
| Name | Value |
|---|---|
| RUNNING | "RUNNING" |
| STOPPED | "STOPPED" |
| DISABLED | "DISABLED" |
| Name | Value |
|---|---|
| VALID | "VALID" |
| INVALID | "INVALID" |
| VALIDATING | "VALIDATING" |