In a variety of contexts, we use a status indicator to coordinate interactive components or to control ongoing experimental sessions. Currently, the default method is to add status variables to the additional_data dictionary, but the status of an ongoing session could (and should) be a property of the Experiment class itself. This would allow users to set and update the status of an ongoing session quick and easy.
In a variety of contexts, we use a status indicator to coordinate interactive components or to control ongoing experimental sessions. Currently, the default method is to add status variables to the additional_data dictionary, but the status of an ongoing session could (and should) be a property of the Experiment class itself. This would allow users to set and update the status of an ongoing session quick and easy.