Skip to content

Files

Latest commit

 

History

History
25 lines (18 loc) · 827 Bytes

ProcessorRunStatusDetailsDTO.md

File metadata and controls

25 lines (18 loc) · 827 Bytes

ProcessorRunStatusDetailsDTO

Properties

Name Type Description Notes
id String The ID of the processor [optional]
name String The name of the processor [optional]
runStatus RunStatusEnum The run status of the processor [optional]
validationErrors List<String> The processor's validation errors [optional]
activeThreadCount Integer The current number of threads that the processor is currently using [optional]

Enum: RunStatusEnum

Name Value
RUNNING "Running"
STOPPED "Stopped"
INVALID "Invalid"
VALIDATING "Validating"
DISABLED "Disabled"