Skip to content

VesselExperimentRunning

SirMortimer edited this page Apr 14, 2020 · 1 revision

Per-vessel parameter to test if an experiment is running (or waiting to be run) on a vessel. This does not test wether or not any data is being generated, just if the experiment is there or not.

PARAMETER
{
  // The parameter name is not used, but should be provided to allow for
  // the possibility of other mods modifying contracts via ModuleManager.
  name = KeepGeigerCounterRunning

  // Optional title
  title = Make sure geiger counter is running

  
  type = VesselExperimentRunning

  // Required: the experiment ID.
  experimentId = geigerCounter
}