CompositeStepStatePort_out

connector CompositeStepStatePort_out "Communication port between a CompositeStep and the ordinary steps within the CompositeStep (suspend/resume are outputs)"
    output Boolean suspend "= true, if suspend transition of CompositeStep fires";
    output Boolean resume "= true, if resume transition of CompositeStep fires";
    Real activeStepsDummy "Dummy variable in order that connector fulfills restriction of connector"
        annotation (HideResult = true);
    flow Real activeSteps "Number of active steps in the CompositeStep";
end CompositeStepStatePort_out;