Interface FlowControlState


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

    • 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 Details

    • isAlreadyFinished

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