pub const QUEUED_RUN_STATUS: &str = "queued";Expand description
The status filter that selects runs with a job that may still be waiting.
Stated as a constant rather than inlined because it is the whole difference
between this module and c3’s activity count, and a one-word typo here
produces a plausible-looking number rather than an error.