Interface FlowControlState


  • public interface FlowControlState
    Interface of flow control state.
    • Field Detail

      • FINISHED_STATE

        static final FlowControlState FINISHED_STATE
        State that this block is finished.
      • CONTINUED_STATE

        static final FlowControlState CONTINUED_STATE
        State that this block is not finished yet.
    • Method Detail

      • isAlreadyFinished

        boolean isAlreadyFinished()
        True if block is already finished.
        Returns:
        true if block is already finished