WorkerStatusResponse public class WorkerStatusResponse Documentation public int ActiveWorkers { get; set; } public int IdleThreads { get; set; } public int InactiveWorkers { get; set; } public int ThreadsBasicImaging { get; set; } public int ThreadsNativeImaging { get; set; } public int ThreadsProcessing { get; set; } public int TotalThreads { get; set; } public int WorkerCount { get; set; } public WorkerStatusResponse()