internal bool canRunExperimentAction() { if (exp != null) { return(exp.canRunAction()); } else { return(false); } }