Package jp.vmi.selenium.selenese
Interface FlowControlState
public interface FlowControlState
Interface of flow control state.
-
Field Summary
Fields Modifier and Type Field Description static FlowControlStateCONTINUED_STATEState that this block is not finished yet.static FlowControlStateFINISHED_STATEState that this block is finished. -
Method Summary
Modifier and Type Method Description booleanisAlreadyFinished()True if block is already finished.
-
Field Details
-
FINISHED_STATE
State that this block is finished. -
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
-