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