ongoingExperiments property
A list of all other ongoing (started, and not yet stopped) experiments at the time this experiment was started.
Does not include this experiment; only the others.
Implementation
core.List<ExperimentLite>? ongoingExperiments;