JwsContext.isFinished Method
Determines whether or not this conversation instance has finished through a call to the JwsContext.finishConversation() method.
public boolean isFinished()
None.
true if the conversation has finished; false if it has not.
None.
You can finish a conversation by calling the JwsContext.finishConversation() method on the conversation instance.