Display Compiler

{{ items[0]?.isRunning ? "Running" : "Stopped" }} {{ items[0]?.queueSize }} {{ items[0]?.totalProcessed }} {{ items[0]?.lastError || "None" }}

Grid Compiler

{{ items[1]?.isRunning ? "Running" : "Stopped" }} {{ items[1]?.queueSize }} {{ items[1]?.totalProcessed }} {{ items[1]?.lastError || "None" }}

Location Compiler

{{ items[2]?.isRunning ? "Running" : "Stopped" }} {{ items[2]?.queueSize }} {{ items[2]?.totalProcessed }} {{ items[2]?.lastError || "None" }}

Branch Compiler

{{ items[3]?.isRunning ? "Running" : "Stopped" }} {{ items[3]?.queueSize }} {{ items[3]?.totalProcessed }} {{ items[3]?.lastError || "None" }}